# Milestones menu

In the milestones menu, you can view every custom level and its rewards in order. Pagination is also supported.

`title` - Title of the inventory

`display-area` - list of inventory slots where we can display milestones

## Items

### Filler

Set `enabled` to `false` if you don't want any inventory filler item. You can use every item option under the `item` field.

### Previous/current/next page

These are pagination controls in the menu. They will only be visible if pagination is necessary. Every item option can be used here.

### Custom items

You can add extra items with click actions to the menu. Every item option can be used. `on-left-click`, `on-right-click` and `on-click` are also supported. These are a list of commands backed by `CommandDispatcher`. You can read about what can it do in [Rewards](/auroralevels/rewards.md).


---

# 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.auroramc.gg/auroralevels/configuration/milestones-menu.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.
