> For the complete documentation index, see [llms.txt](https://docs.dreamerland.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamerland.ai/faq/wildcards.md).

# Wildcards

Wildcard allows you to use the \_\_**name\_\_** syntax in your prompt to get a random line from the wildcards directory you define. We will go through this with an example below:

First, open the prompt window, and you will see a Wildcard option.

<figure><img src="/files/pGjg57oKF6h9yrbTxx4P" alt="" width="375"><figcaption><p>Wildcard option</p></figcaption></figure>

Click + to add a new wildcard, or click [✏️](https://emojipedia.org/pencil) to edit the existing one

<figure><img src="/files/h1Ow8KJFCVVI8n2GoHFN" alt="" width="375"><figcaption></figcaption></figure>

You can define your wildcard now. Enter the name of your wildcard and the prompt for this wildcard. Click "Save" when you finish editing.

<figure><img src="/files/xqhk5hWrZVXowPjLjdJ2" alt="" width="375"><figcaption><p>edit wildcard</p></figcaption></figure>

You can use the wildcard you defined in your prompt now. Click the wildcard name, and the **name** syntax will be automatically inserted into your prompt.

<figure><img src="/files/59neif8r8OSVVQLQy47i" alt="" width="375"><figcaption><p>prompt</p></figcaption></figure>

Hit the start drawing button to see the result.

<figure><img src="/files/IRAf8CsuURK7nLnOqCG0" alt="" width="375"><figcaption><p>Final result</p></figcaption></figure>

The \_\_**name\_\_** syntax is replaced by the contents of the wildcard file you defined. This forms a complete prompt for you.


---

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

```
GET https://docs.dreamerland.ai/faq/wildcards.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.
