> 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/scene-description.md).

# Scene Description

Scene descriptions are vital elements of any script, setting the tone and context for the action that follows. Here's a step-by-step guide on how to use the Scene Description feature in Livy.AI.

Once you've opened your project, look for the "Scene Description" feature in the project's feature list. Click on it to open the scene description interface.

**Provide Input Details**

The Scene Description feature will ask you for specific input details. These may include:

* **Location:** Where does the scene take place?
* **Time of Day:** Is it morning, afternoon, evening, or night?
* **Atmosphere:** What's the general mood or atmosphere of the scene?
* **Important Elements:** Are there any specific elements that need to be included in the scene?

Provide these details in the relevant input fields. The more specific you can be, the better the AI can generate a fitting scene description.

**Generate the Scene Description**

After entering the required details, click on the "Generate" button. Livy.AI will process your inputs and create a detailed scene description. This process may take a few moments.

**Review and Edit the Scene Description**

Once the scene description is generated, review it and make any necessary edits. Livy.AI aims to produce high-quality descriptions, but your creative input is essential to ensure the scene fits perfectly within your script's narrative.

**Save Your Work**

After you've made any changes, don't forget to save your work. You can then move on to the next scene or task in your project.

Congratulations! You've now used the Scene Description feature in Livy.AI. By leveraging this tool, you can create rich, immersive scenes that will engage your audience and enhance the overall quality of your script.


---

# 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/scene-description.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.
