# Dashboard

The “**Dashboard**” page provides the general statistics for an event. On this page, you can see the number of event views, participants, and solutions uploaded. You can also view a list of all the tasks.

You can view solutions uploaded by a team or by a participant for each task. In order to do this, click on the task name in the table and select the participant or the team you are interested in.

### “Solutions” Page

On the “**Solutions**” page, you can see solutions uploaded by teams for the selected task, the time spent on task completion, the number of correctly solved tasks, and the general information about team members.


---

# 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://help.codenrock.com/setup-guide/statistics/dashboard.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.
