# Overview

{% hint style="info" %}
This panel can be accessed at <https://gydrus.net/dashboard>
{% endhint %}

Quickly figure out how your production is going by doing a quick glance at the overview panel.&#x20;

![](/files/xmMsYHzkJ7n8w5V0ZDvP)

### Added Accounts

Amount of available accounts in your main dashboard, all can be accessed and used by the bot.

### Finished Accounts

Accounts with the status **"quota-finished",** or also **"mission-wait"** if the setting [Combine Mission Wait with Quota Finished count](/web-dashboard/user-settings/dashboard.md#20-combine-mission-wait-with-quota-finished-count).

### LPQ Accounts

Accounts that are in Low Priority Queue (can no longer happen on Botted Accounts).

### Banned Accounts

Accounts that have been banned.

### Active Bots

Accounts that are active, being used by an instance of the bot.

### In Queue Bots

Amount of bots that are currently in status **"in-queue",** meaning they are looking for a match in the game.

### Ingame Bots

Amount of bots currently in status **"ingame"**, this is where you mostly want to see your bots, the higher percentage of ingame bots the better. Percentage is calculated using Active Bots amount as total bots.

### Offline Bots

Amount of bots with the status **"offline".** Bots that are currently inactive.


---

# 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.gydrus.net/web-dashboard/dashboard/overview.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.
