# Dreamscapes

### Dreamscape Guide

Dreamscapes are audio-visual environments that you can pair with your bots to enhance immersion. Other users can turn them on when using your bots for a more immersive and engaging interaction.

### Creating a Dreamscape

1. Go to your bot's page
2. Click `Creator Options` -> `Edit Dreamscape`
3. You will land on the Edit Dreamscape page. Here you can create a new dreamscape or edit an existing one.

<figure><img src="/files/nydHQfmf3NymnnX87hDB" alt=""><figcaption></figcaption></figure>

### Dreamscape Tips - Instructions field

#### Character-Focused Dreamscapes

When creating dreamscapes focused on characters:

* Include detailed appearance descriptions in the bot description, especially:
  * Eye color
  * Hair color and style
  * Notable physical features
* Use a clear, high-quality reference image of the character
* Suggested *<mark style="color:orange;">**visual instruction**</mark>*: `focus, closeup on {charactername}` to emphasize the character

#### Scenery-Focused Dreamscapes

When creating dreamscapes focused on environments:

* Suggested <mark style="color:orange;">visual</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**instruction**</mark>: `focus on scenery, no characters` to generate environment-only scenes
* Consider including descriptions of the atmosphere, lighting, and key environmental elements

Note: These are general guidelines to help influence the AI generation. The system takes into account multiple factors including:

* Your provided instructions
* The bot's description
* Reference images
* Other context

The final output may vary while still maintaining the core elements you specify.

{% hint style="info" %}
In-chat Dreamscapes are temporarily removed
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://djai.gitbook.io/djai-docs/basics/dreamscapes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
