# Dashboard stats

The dashboard shows the generic API usage stats such as the number of calls made, the average response time, and the success rate of those calls. It may also display information about the devices or programs that are making the API calls, as well as the specific endpoints or functions that are being accessed. This information can be useful for developers and administrators who want to monitor the performance and usage of their API.

<figure><img src="/files/TJpQ6cAUdWfkxpESiFRh" alt=""><figcaption><p>Dashboard</p></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://docs.chainupcloud.com/blockchain-api/overview/dashboard-stats.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.
