> For the complete documentation index, see [llms.txt](https://four-devs.gitbook.io/arphros-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://four-devs.gitbook.io/arphros-docs/game-overview/level-information.md).

# Level Information

When selecting a level from the arcade, knowing how the level information is laid out is key in finding a level that interests you.

Adding a banner and accurate level statistics can help your level grow. Banners can draw in players and let them know what to expect with your level.

{% hint style="info" %}
If a level is inappropriate or otherwise breaks our rules, let us know by reporting it!&#x20;
{% endhint %}

#### Banner

This is at the top of a level's information. It includes the level banner, creator name, level difficulty, verified/featured status, sharing options (copy link or share level), report button, clone button, and the play button. The first time you play a level, you'll have to download it, but after downloading it, you can play it immediately!

#### Description

This is where you can find the level name, when it was last updated, and what the level designer has to say about the level.

#### Other Details

This is the sidebar to the right of the description section. Here you can see the music used (if provided by the creator), number of downloads, a music offset setting, the level's rating, and the option to view comments for that level.

{% hint style="warning" %}
Cannot see any comments? Make sure you are on the app version, and are logged into the game!
{% endhint %}

#### Comments

You can view the comments other users have left about the level here. These are only viewable if you are logged in.


---

# 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://four-devs.gitbook.io/arphros-docs/game-overview/level-information.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.
