> For the complete documentation index, see [llms.txt](https://help.creatibi.com/en-us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.creatibi.com/en-us/product-guides/distribution/modify-and-cancel-your-distribution-plan.md).

# Modify and cancel your distribution plan

#### If you want to add more creatives to one platform:

1. Click the distribution channel (take Ocean Engine as an example), and click "**Add creative**";
2. Choose creatives that are not allocated to this distribution channel;
3. Click "**Add creative**".

<figure><img src="/files/EBDhDUxtacpnhbMy6eP2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iucYZw2tfD0N2o4eWb9z" alt=""><figcaption></figcaption></figure>

#### If you want to cancel or reschedule the distribution plan:

1. Choose the target day and choose the plan;
2. Choose "**Edit**" or "**Cancel**" to reschedule or cancel the distribution plan;&#x20;

<figure><img src="/files/uFpWqSbjRjpRVOYUCxxI" alt=""><figcaption></figcaption></figure>

Or&#x20;

1. Click the distribution channel (take Ocean Engine as an example), and click "**Distribution log**" where you can see the distribution status;
2. Hover over plans marked as "**Scheduled**" and hit "**Cancel**".

<figure><img src="/files/v1RIaPFFGQsX2abOXKCz" alt=""><figcaption></figcaption></figure>

#### If you just want to remove creatives from one specific distribution plan while keeping the distribution plan:

1. Click the distribution channel (take Ocean Engine as an example), and click "**Distribution log**" where you can see the distribution status;
2. Choose plans that are marked as "**Scheduled**" and hit "**Detail**" next to it;
3. Hover over creatives marked as "**Scheduled**" and hit "**Cancel**".

#### If you want to add or change rules for the distribution plan:

1. Hover over the distribution channel (take Ocean Engine as an example), and see the existing rule;
   * For commenters, they can't add rules. For more information, please check [project permission](/en-us/fundamentals/project/project-permission.md).
2. Click "**Add rule**" to create a new [rule](/en-us/product-guides/custom-rule.md).

<figure><img src="/files/DX5iumP2TSweldTGeaUY" alt=""><figcaption></figcaption></figure>

> Like what you see? Get started with a free 30-day CreatiBI trial today. [<mark style="color:blue;">Try for free</mark>](https://creatibi.com/)<mark style="color:blue;">.</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.creatibi.com/en-us/product-guides/distribution/modify-and-cancel-your-distribution-plan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
