> For the complete documentation index, see [llms.txt](https://docs.livy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.livy.ai/getting-started/content-creation-modes/script-templates.md).

# Script Templates

**How-To Guide: Using Script Templates in Livy.AI**

Welcome to your guide on how to use the script templates feature in Livy.AI. With our script templates, you can generate engaging and industry-standard scripts for your projects in just a few steps.

**1. Choose Your Template:**

Start by logging in to your Livy.AI account and going to the 'Templates' section. Here, you'll find a variety of script templates categorized by genre, such as comedy, drama, thriller, etc. Choose the one that aligns with your project.

**2. Customize Your Template:**

After selecting a template, you'll need to provide some information that the AI will use to generate your script. This can include things like the tone of the story, main characters, setting, and plot points. Fill in these fields as accurately as possible to get the best results.

**3. Generate Your Script:**

Once you've customized your template, click on 'Generate Script.' Livy.AI will then use your inputs and its algorithms to produce a script draft. This should only take a few moments.

**4. Review Your Script:**

Now, you'll be able to review your AI-generated script. Look for areas that may need refinement, and don't hesitate to make edits to align the script with your vision. Remember, the AI is there to assist you, but the final product should still reflect your creativity.

**5. Save Your Script:**

If you're satisfied with your script, you can save it to your account for later access. Just click on 'Save Script.' It will then be stored in your 'Projects' section.

**6. Edit Your Script:**

Need to make changes later? No problem. You can come back to your saved scripts at any time to make edits or generate new versions. Just navigate to your saved scripts in the 'Projects' section.

**7. Export Your Script:**

Finally, when you're ready, you can export your script to share it with your team or to use it outside of the Livy.AI platform. Livy.AI supports exports in various popular formats like PDF, DOCX, and Final Draft.

Congratulations! You're now ready to start creating compelling scripts with Livy.AI. Remember, our AI is a tool to aid your creative process, providing you with a base to work from and refine according to your unique creative vision.


---

# 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://docs.livy.ai/getting-started/content-creation-modes/script-templates.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.
