# The MarsQA Dashboard Explained

The MarsQA Dashboard is a user-friendly web page that provides convenient access to all the features of Mars QA. Here, you can seamlessly complete the entire QA process, from file upload to content checking.

## The Dashboard Navigation

When viewing your MarsQA dashboard, it's important to remember that you won't be able to see all of the options on the left side of the page.

{% hint style="info" %}
To view the detailed check items corresponding to it, simply click on the icon ![](/files/iGghabjZxlwuRVmtS0Nu).
{% endhint %}

For example, clicking the icon ![](/files/YZvKZ9Vf4XKZ1jabVFfN)  after **Punctuation Mismatch** will display all available punctuation options.

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

### Feedback

If you have any suggestions or questions, please use the "Feedback" option in the top right corner of the page to let us know. We will pay attention to your message and actively communicate with you.

<figure><img src="/files/Tl5Cb0GyKEwLAtHXGr2O" alt="" width="405"><figcaption></figcaption></figure>


---

# 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://qa-docs.marshub.com/the-marsqa-dashboard-explained.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.
