> 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/arcade-menu.md).

# Arcade Menu

Upon entering the arcade, you are presented with 4 options: Recent, Featured, Verified, and Search.

#### Recent

Here, the levels are sorted based on how long ago they were published. Newer levels appear at the top while older ones appear at the bottom.

#### Featured

Levels that have been featured by the developers are some of the best levels created in Arphros. Give these levels a try!

#### Verified

Levels that have been verified are ones that follow strict requirements.

{% hint style="info" %}
You can only earn points in levels that are verified! Points are an item that help you ascend the leaderboard.
{% endhint %}

#### Search

If you want to find a specific level, you can do so here. You can search for levels based on the title, author, tag, level ID, verification/featured status, and difficulty.


---

# 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/arcade-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.
