> 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-film-scripts.md).

# Full-Length Film Scripts

Welcome to the guide on generating full-length film scripts with Livy.AI. Follow these steps to create a comprehensive film project.

**1. Create a New Project:**

Start by logging into your Livy.AI account and navigate to your dashboard. Click on "Create Project", then select "Film Project" from the dropdown menu.

**2. Generate a Story Outline:**

First, let's create a basic outline of your story. Click on "Story Outlines" in the project interface. Here, you can input various parameters like genre, themes, plot points, and main characters. Livy.AI will generate a structured story outline based on your inputs.

**3. Develop Character Profiles:**

Next, head over to the "Character Profiles" section. For each of your main characters, input relevant details like age, personality traits, background, and the character's role in the story. Livy.AI will produce a detailed profile for each character, which can help guide their development throughout the script.

**4. Generate a Full Script:**

Once your story outline and character profiles are ready, you can proceed to generate the full script. In the "Script Templates" section, select the type of script you're looking to create (e.g., drama, comedy) and provide key information about the story. Based on your inputs, Livy.AI will generate a draft script, which you can review, edit, and refine as needed.

**5. Create Scene Descriptions:**

Finally, Livy.AI can assist in creating detailed scene descriptions. Under the "Scene Descriptions" feature, you can input the details of each scene as per your script. Livy.AI will generate immersive, detailed descriptions, aiding set designers and directors in their work.

Remember, Livy.AI is an AI-based tool designed to aid and augment your creative process, not replace it. Review and edit all content generated by Livy.AI to ensure it aligns with your creative vision. Use Livy.AI as a partner in your creative process, letting it handle the heavy lifting so you can focus on the story you want to tell.

With Livy.AI, generating full-length film scripts becomes an efficient and streamlined process, freeing up more time for you to focus on the creative aspects of your project. Happy writing!


---

# 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-film-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.
