# Using a Stage

There are two places a stage can be added: to a chat or to a character. In all cases, the interface looks like this:

<div><figure><img src="/files/h9ON8bWp93F9xqS9TZpR" alt=""><figcaption><p>The interface when adding stages to a character.</p></figcaption></figure> <figure><img src="/files/mLqBmFn35WBn7MtlnBMr" alt=""><figcaption><p>For stages with a configuration, clicking the gear icon pulls up a modal to set those values.</p></figcaption></figure> <figure><img src="/files/b0BCQu8rSMqMdHtbpMll" alt=""><figcaption><p>Where the stages form is located in a chat, the Chat Settings modal.</p></figcaption></figure></div>

The settings and enabled/disabled toggle set at a chat level override character-level settings.&#x20;


---

# 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://docs.chub.ai/docs/stages/using-a-stage.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.
