# Home

The 3 other Home Screens in our app are:&#x20;

* [Stats](/run-mania/features/home/stats.md)
* [Run](/run-mania/features/home/run.md)
* [PVP](/run-mania/features/home/pvp.md)

They will be able to see their avatar’s information and a progress bar for the next level. Below this information, the user’s most recent run is shown. All the information shown here is fetched from Firebase.

{% tabs %}
{% tab title="Avatar Page" %}
![](/files/-MenGCue-WJ9UctiIX90)
{% endtab %}

{% tab title="Slide over menu" %}
![](/files/-MenriqTEgSvq28iqkzp)
{% endtab %}
{% endtabs %}

At the bottom navigation bar, the user can navigate and gain access to the other home screens.

We chose to put the navigation to these 4 screens here at the bottom as we felt it would be the most frequented compared to the other screens such as Settings or Running Logs.

From any of these 4 home screens, the user can slide in from the left or tap on the button at the top left to view a separate menu with more navigation options.


---

# 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://run-mania.gitbook.io/run-mania/features/home.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.
