# Adding Stages

## Adding Stages

Alright, let's add three stage blocks to out quest block. To do this, click the `Quest` tab in the toolbox and drag out three [`Stage`](/quest-editor/quest-blocks/stage.md) blocks and put them into the `Quest` block.

![Quest Block With Stages](/files/-LNj_N1cevBK-p1Hklf7)

After this, set the `Stage ID` variables to `1`, `2` and `3`.

![Quest Block With Stages](/files/-LNj_N1edufHAjDB9cBx)

## But what is a stage?

A stage is a section of the quest and is used when you need to separate sections of the quest into stages.

### Added the stages?

Good, let's continue to the next step.


---

# 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.discorddungeons.me/quest-editor/guides/index/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.
