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

# Getting Started

- [What is Livy.AI?](https://docs.livy.ai/getting-started/what-is-livy.ai.md): Livy.AI explained.
- [Quick Start](https://docs.livy.ai/getting-started/quick-start.md): How to get started in 60 seconds
- [Content Creation Modes](https://docs.livy.ai/getting-started/content-creation-modes.md): Understanding the different projects you can create with Livy.AI
- [Script Templates](https://docs.livy.ai/getting-started/content-creation-modes/script-templates.md): Script Templates explained with Livy.AI
- [Story Outline](https://docs.livy.ai/getting-started/content-creation-modes/story-outline.md): How-To Guide: Creating Story Outlines with Livy.AI
- [Character Profile](https://docs.livy.ai/getting-started/content-creation-modes/character-profile.md): How to Use the Character Profile Feature in Livy.AI
- [Scene Description](https://docs.livy.ai/getting-started/content-creation-modes/scene-description.md): How to Use the Scene Description Feature in Livy.AI
- [Dialogue Generation](https://docs.livy.ai/getting-started/content-creation-modes/dialogue-generation.md): How-to Guide: Dialogue Generation with Livy.AI
- [Image Generation](https://docs.livy.ai/getting-started/content-creation-modes/image-generation.md): How-To Guide: Image Generation with Livy.AI
- [Full-Length Script Generation](https://docs.livy.ai/getting-started/content-creation-modes/full-length-script-generation.md): How-To Guide: One-Shot Script Generation with Livy.AI
- [Full-Length Film Scripts](https://docs.livy.ai/getting-started/content-creation-modes/full-length-script-generation/full-length-film-scripts.md): How to Generate Full-Length Film Scripts with Livy.AI
- [Full-Length TV Scripts](https://docs.livy.ai/getting-started/content-creation-modes/full-length-script-generation/full-length-tv-scripts.md): How-to Guide for Full-Length TV Scripts on Livy.AI
- [Marketing Scripts](https://docs.livy.ai/getting-started/content-creation-modes/full-length-script-generation/marketing-scripts.md)
- [AI Image Creation](https://docs.livy.ai/getting-started/ai-image-creation.md): How to Use AI Image Generation in Livy.AI
- [Examples of AI Image Prompts](https://docs.livy.ai/getting-started/ai-image-creation/examples-of-ai-image-prompts.md)
- [Chat](https://docs.livy.ai/getting-started/chat.md): How to Use AI Chat Features in Livy.AI


---

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