> 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/landing-screen.md).

# Landing Screen

If you don't have an account with us, it's easy and simple to create one! If you do, you can login. If you'd prefer to not create an account, you can sign in as a guest, although you won't have access to features you need to be signed in for. On the home screen you can access your inbox, settings, the arcade, level editor, leaderboard, and your backpack.

#### Settings

What to further customize your experience? You can do that here. You can edit audio, display, or even post-processing settings. You can also find helpful links and credits to the people who helped us with the game!

#### Login/Logout

You can choose to either logout/login of the game. If you haven't signed in yet, a generic logo, name, and point count will appear.

#### Inbox

View important messages about your levels and account here.

#### Quit

Quits the game. Quitting doesn't sign you out, if you want to sign out, click the logout button.

#### Arcade

What to play some levels from the community? You may do so here. There are hundreds of levels to choose from, all with different music, themes, and more!

#### Editor

The editor button allows you to create your own levels with our level editor. Express your creativity (appropriately) however you want here! We have many trigger, object, and personalization options so your level can stand out. See the Level Editor section for more information on what we offer!

#### Leaderboard

The leaderboard ranks people based on points, a currency gained by playing levels and interacting with the community. Can you climb to the top?

#### News

Here you can view Arphros news, including changelogs, announcements, and more!


---

# 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/landing-screen.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.
