> 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/full-length-script-generation/full-length-tv-scripts.md).

# Full-Length TV Scripts

1. **Log In to Your Account:** Start by logging into your Livy.AI account. If you don't have an account yet, visit the Livy.AI homepage and click on "Sign Up" to create one.
2. **Create a New Project:** Once you're logged in, navigate to your dashboard and click on "Create Project". Select "TV Show Project" from the list of project types.
3. **Enter Project Details:** You'll need to provide some basic information about your TV show project, such as the title, genre, and intended audience. You can also include a brief description or any specific notes you want to keep in mind during the scriptwriting process.
4. **Generate Story Outline:** Go to the "Story Outlines" section and click on "Generate Outline". Here, you can input key details about your story, such as major plot points, conflicts, and resolutions. Livy.AI will use this information to generate a structured outline for your TV show.
5. **Create Character Profiles:** Navigate to the "Character Profiles" section. Here, you can define your characters' names, backgrounds, personalities, and arcs. Livy.AI will use these profiles to ensure consistent and engaging character development throughout your script.
6. **Generate Full Script:** With your story outline and character profiles in place, it's time to generate your full script. Go to the "Script Generation" section and click on "Generate Script". Livy.AI will use your story outline and character profiles to generate a full-length script for your TV show, complete with dialogue, scene directions, and character interactions.
7. **Review and Edit Your Script:** After generating your script, review and make edits directly in the platform. You can make adjustments to the dialogue, scenes, and character interactions as needed. Once you're satisfied with the script, click "Save" to add it to your project.
8. **Generate Scene Descriptions:** Navigate to the "Scene Descriptions" section and click on "Generate Descriptions". Livy.AI will generate detailed descriptions of each scene, aiding in set design and providing additional context for your script.

Congratulations! You've now created a full-length TV script with Livy.AI. This guide provides a basic workflow, but remember, Livy.AI's features are flexible and can be used in any order or combination to fit your unique writing process. Happy scriptwriting!


---

# 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/full-length-script-generation/full-length-tv-scripts.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.
