> 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/start-with-an-empty-script.md).

# Start with an empty script

1. Click the "**Add script**", and start with an empty script;

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

2. Type "**/**" on your keyboard and add components to your script;
   * You can still add a [storyboard](/en-us/product-guides/script/start-with-a-storyboard.md) or [speaking script](/en-us/product-guides/script/start-with-a-speaking-script.md) here;
   * You can upload images and videos to your script;
   * You can add your preferred ad platform, social media, media aspect ratio, and product information to tailor your script to the designed distribution platform and format;

     * If you can't find related product information from the CreatiBI library, you can create one;

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

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

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

3. When you start to write, select the text and change your script layout anytime;
   * You can add different headings, bold the font, add underline, strike, link, change the text color, and [comment](/en-us/product-guides/script/comment-on-script.md);
   * You can add "**Narrator**" and "**Scene**" for the selected text to make it more organized;

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

4. Start creating more scripts!

> 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/start-with-an-empty-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.
