# Account List

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

This account list table is where all the production happens, you can see all your accounts and their current state.

![](/files/iAMn4tXOW48b0A54btR8)

## Field Columns

#### Desired Level

Level the account has to reach in order to be set as **"quota-finished"**.

#### Games Played

Amount of matches played by the bot.

#### Session Games

Consecutive games played by the bot, in the same session.

#### Playtime

Amount of time spent **in-game**, does not include any other time being used by the bot.

#### Active

If account is currently being used by the bot.

#### Status

The status the account is in, indicating what it is doing at the time.

#### State

Options are *ON* or *OFF*.\
**ON:** Account is available for the bot to be chosen.\
**OFF:** Account is **not** available for the bot to be chosen.

## Single Account Action

Issue an account action on a single account.

<div align="left"><img src="/files/Nd0FSWJwCegxE4jFqyIv" alt=""></div>

{% hint style="info" %}
All of these actions will be performed **after** the bot finishes the game it is on.
{% endhint %}

### **1.** Pause Account ![](/files/ncn2ODS0cPISBSyZ1eoN)

The account status will be set to **"pausing"**, and when it finally finishes the game and executes the command, **"paused"**. It will remain paused periodically checking for a change until a different action is issued on dashboard, it can be any other action or also Unpause (which will become available once the account is of status **"paused"**). Only for Active accounts.

### &#x20;2. Change Account ![](/files/YXhPmDXJD1yEMWLW5MTT)

The account status will be set to **"changing-acc",** and when it finally finishes the game and executes the command, it will change the current account being used for any other one of the available pool of accounts, setting the current one to **"offline"**. Only for Active accounts.

### 3. Restart Account ![](/files/FqeutUWca1estEY7mUtG)

The account status will be set to **"restarting",** and when it finally finishes the game and executes the command, it will restart the bot and force a new version update if there is one. Only for Active accounts.

### 4. Revert Action ![](/files/cCRPFZWNzq8xhOU5zR85)

This button will revert the action to the previous status the account was when the first action was issued. Note that it will only revert it if the status is one of: *"pausing"*, *"changing-acc"*, *"restarting"*, *"turn-off-vm"*, *"restart-vm"*.&#x20;

### 5. Turn Off Account ![](/files/jQfL6dAvzkQrciXriOsT)

The account state will be set to **"OFF",** and when it finally finishes the game and executes the command, it will **close the bot program** (virtual machine will be still be turned on).

### 6. Remove Account ![](/files/bFezqfR8HQ0DkuFXDwZ2)

Removing account from the main dashboard, this **will not** delete the the league account from your Gydrus account, rather send it to your [Credentials Page](/web-dashboard/credentials-page.md), where it won't be available for the bot to use for production. Also note that it is only possible to remove an account only if it is inactive (Active field **false**), as shown in image icon being greyed out.

### 7. Edit Account

{% content-ref url="/pages/jKGZchiXEvD3b46NwVb3" %}
[Edit Account(s)](/web-dashboard/dashboard/edit-account-s.md)
{% endcontent-ref %}

### 8. Restart VM ![](/files/FqeutUWca1estEY7mUtG)

The account status will be set to **"restart-vm",** and when it finally finishes the game and executes the command, it will restart the **virtual machine**, setting the current account offline. Only for Active accounts.

### 9. Turn Off VM ![](/files/jQfL6dAvzkQrciXriOsT)

The account status will be set to **"turn-off-vm",** and when it finally finishes the game and executes the command, it will turn off the **virtual machine**, setting the current account offline. Only for Active accounts.

## Bulk Account Actions

Issue an action on multiple accounts.

To select multiple accounts in order to issue an action do the following:&#x20;

* Enable the ![](/files/Bz662CNsyn6unddaBHCk) option by clicking on it.

![](/files/K2Z50KKk9puJb6xnVd1M)

### Choose <mark style="color:red;">\[1]</mark> or <mark style="color:blue;">\[2]</mark>

<details>

<summary><mark style="color:red;"><strong>[1]</strong></mark> Select all accounts on current page</summary>

Click on the ![](/files/lZl2WXRvq1y1dObp7qRE) icon to select all accounts on current page.

</details>

<details>

<summary><mark style="color:blue;"><strong>[2]</strong></mark> Select certain accounts only</summary>

Hover over the blue area left of each account to select them.

</details>

* Once your accounts are selected, they will be highlighted with a greenish color.

![](/files/S3abUgikcdJVu3q9KLhX)

* In the red area, you can see all the actions to perform into the selected accounts, simply click the desired action and it will be applied to all accounts where it is possible.

{% hint style="success" %}
Doing bulk actions will be applied as if doing them one by one, meaning for example:<br>

* You selected 23 account from which half are not active and the other half active, and as action you chose Turn Off VM; The system will only apply this action to the active accounts as it should.<br>

***You can apply actions to accounts indiscriminately without a worry.***
{% endhint %}


---

# 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/account-list.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.
