# Navigating the site

The top menu bar and the left sidebar (accessed via the <img src="/files/kmaf7QOBk3fmRvYD9U24" alt="" data-size="line"> hamburger icon) both allow you to navigate the site. The left sidebar can also be accessed from within a Microreact project.

The site has four main pages:

* [Main Showcase](#showcase-page-main-page)
* [Upload](#upload-page)
* [Documentation](#documentation)
* [My Account](#my-account)

<figure><img src="/files/ncTAootFQ5LAjWTIAb15" alt=""><figcaption></figcaption></figure>

## Showcase Page (main page)

![](/files/ZELw7Qq8Ho6wssy4OhWV)

The showcase includes an introductory video and a number of public projects

![The main page shows an introductory video above the showcase projects](/files/Qoa5vJGDez2DM1n8GPds)

![](/files/ibzFVJmAcAm0DxCHolNn)

## Upload Page

![](/files/IO7Ms0UERhN3qn88ojIY)

This is the starting point for [creating a project](/instructions/creating-a-microreact-project.md) from scratch or from an offline .microreact file.

See more at [Supported File Formats](/instructions/creating-a-microreact-project/supported-file-formats.md).

![](/files/ZARQ5UOOID07SyBcU9T3)

![](/files/3nTXfbGjlAwEqq3hTMqP)

## Documentation

The Documentation header is a shortcut to these Help Pages.

![](/files/iST4g1W7h4CjHCnXWGkt)

## My Account

![](/files/x5TTY4jZhMz0lzYHAGt1)

The My Account page is where you can see and search your projects, organise them into folders and favorites, and delete them, as well as change their [access permissions](https://github.com/microreact/docs/blob/main/instructions/navigating-the-site/broken-reference/README.md).

![](/files/12fFelktz8W7s4DxwjeH)


---

# 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.microreact.org/instructions/navigating-the-site.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.
