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

# Content Creation Modes

**Creating a Project:**

To create a new project, click on the "Create Project" button on your dashboard. You'll need to provide some details about your project, such as the type of content you wish to generate (e.g., script, scene descriptions) and the intended audience.

Here's an example of Projects you can create with Livy. Please keep in mind we are actively adding and creating new templates for your content creation needs.

* **Script Templates:** Designed for film, TV show, or play scripts, available in a variety of genres like comedy, drama, thriller, etc.
* **Story Outlines:** For creating structured outlines of stories, including character descriptions, plot points, and scene breakdowns.
* **Character Profiles:** Detailed templates for developing character backgrounds, personalities, and arcs.
* **Scene Descriptions:** Templates to help create rich, immersive scene descriptions, aiding in set design and direction.
* **Dialogue Generation:** Templates focusing on creating dynamic and engaging dialogues between characters.
* **Film Projects:** Generate full scripts, story outlines, character profiles, and scene descriptions for a film project.
* **TV Show Projects:** Create episodic scripts, story arcs, and character development over seasons.
* **Short Film Projects:** Produce concise and impactful scripts and outlines for short films.
* **Theater Projects:** Develop scripts and stage directions for theatrical performances.
* **Commercial Projects:** Generate personalized and engaging commercial scripts.
* **Content Marketing Projects:** Generate engaging and personalized content for marketing in the entertainment industry, such as trailers scripts, promotional content, etc.
* **AI Image Generation:** Templates for generating images based on specific prompts or descriptions.
* **AI Text-to-Voice Generation:** Generate voiceovers based on specified text, such as transforming written scripts into engaging, natural-sounding dialogue with our text-to-voice feature.
* **AI Voice-to-Text Generation:** Generate text based on audio files, such as creating captions for TV shows, movies, and more.
* **Image Generation Projects:** Generate images based on specified criteria, such as generating images of set designs based on scene descriptions.

Remember, each template or project type can be customized based on specific needs, and users can combine different templates to meet the requirements of their unique projects.

**Generating Content:**

Once you choose your project is set up, you can start generating content. Just fill out the form, upload the content to and Livy.AI will start generating your content.

**Reviewing and Saving Your Content:**

After generating your content, you can review and edit directly in the platform. Once satisfied with the content, click "Save" to add it to your project.

Congratulations! You've now completed your first content creation with Livy.AI. Remember, this is just the beginning. Livy.AI offers a range of powerful features that can further enhance your content creation process. Explore the platform, experiment with its features, and don't hesitate to ask if you need help.

Thank you for choosing Livy.AI. We look forward to helping you revolutionize your content creation process.


---

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