> 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/dialogue-generation.md).

# Dialogue Generation

Creating natural, engaging dialogue is crucial in storytelling. Our Dialogue Generation feature helps you quickly generate dialogue that feels realistic and character-driven. Here's how to use it:

**Step 1: Access the Feature**

Once you've logged into Livy.AI, go to your dashboard. Locate and click on the "Dialogue Generation" feature in the menu.

**Step 2: Create a New Dialogue**

Click on "Create New Dialogue". A dialogue creation window will open.

**Step 3: Define Characters**

In the provided fields, input the names of the characters who will be engaging in the dialogue. You can add as many characters as you need for your scene.

**Step 4: Set the Scene**

Provide a brief description of the scene or context in which the dialogue takes place. This gives the AI some background to generate relevant dialogue.

**Step 5: Generate Dialogue**

Click on the "Generate Dialogue" button. The AI will use your input to create a realistic conversation between the characters.

**Step 6: Review and Edit**

The generated dialogue will appear in the dialogue creation window. Review the text and make any necessary edits to ensure it fits your story and characters.

**Step 7: Save and Use**

Once you're satisfied with the dialogue, click "Save". The dialogue will be added to your project, which you can incorporate into your script.

Remember, the Dialogue Generation feature is a tool to aid in your creative process. Reviewing and revising the generated content's always a good idea to ensure it fits your vision. Happy creating!

<br>


---

# 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/dialogue-generation.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.
