> 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/script/review-script.md).

# Review script

When you finish writing, the script status can be “**completed**" or "**request review**" depending on whether you need someone to review your script.&#x20;

#### If you don't need someone to review, you can mark the script as "**completed**":

1. Move your cursor to the top right corner and click the three-dot button;
   * Or, change the status in the first column in the script table;
2. Click the "**Mark as completed**".

The completed script will automatically initiate a new media production task assigned to a media producer in the media review table.

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

#### If you need someone to review, but the [workflow](/en-us/product-guides/workflow/script-review-workflow.md) is not enabled:

1. Move your cursor to the top right corner and click the three-dot button;
2. Click the "Request review".

Without [workflow](/en-us/product-guides/workflow/script-review-workflow.md), anyone can review the script and change the status of the finished script:

1. Move your cursor to the top right corner and click the button left to the avatar;
2. Change the status to "**Approved**", "**Changes required**", or "**Rejected**".

The approved script will be automatically passed to the media producer, who will be in charge of producing media.

#### &#x20;If you need someone to review and a [workflow](/en-us/product-guides/workflow/script-review-workflow.md) is enabled:&#x20;

1. Move your cursor to the top right corner and click the three-dot button;
2. Click the "**Request review**".

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

With [workflow](/en-us/product-guides/workflow/script-review-workflow.md), only the reviewer can review the script and change the status of the finished script.

The script will be automatically sent to the reviewers who will decide if the script needs further [modification](/en-us/product-guides/script/modify-script.md), and if the reviewers give the green light, the approved script will be automatically passed to the media producer, who will be in charge of producing media. If the script needs further modification, the scriptwriter can keep working on the script.

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

There are two review mechanisms and it's up to the administrator and editor of the organization/workplace to decide which mechanism to adopt. One is the multi-person review mode, and the other is the rating mode. The details can be found further in the [workflow](/en-us/product-guides/workflow/script-review-workflow.md).

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

<figure><img src="/files/6Cd0muG0UyT9krf26Lco" alt=""><figcaption></figcaption></figure>

### FAQ

1. What is the difference in script status between "**Changes required**" and "**Rejected**"?
   * "**Changes required**" means the overall direction is correct, the scriptwriter needs to make some changes based on the comments provided by reviewers and collaborators whereas "**Rejected**" means the script direction/tone/design is wrong and needs to overhaul the current design.

> 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/script/review-script.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.
