# Managing accounts

### Accounts Screen Overview

On this screen you will find a table that displays all created accounts and some details for each account.

<figure><img src="/files/fMvIaZEiB5DoJU2oib3d" alt=""><figcaption><p>All accounts inside account bucket</p></figcaption></figure>

Below is the list of available information for each account.

**Blog Address:** the blog address (URL) that this account is registered on.

**Username:** username of the account.

**Password:** password of the account.

**Email:** email used to register the account.

**Website:** website (domain) that this account is used.

**Active:** if an account is active, it will be used the next time you use the account bucket on your campaigns. If an account is not active, the account will not be used.

{% hint style="info" %}
When you are using an account bucket on a campaign and there is no active account for a website, a new account for this site is created automatically.
{% endhint %}

### Add account

1\) Click "**New Account**" to open account creation window.

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

2\) Fill all required account information.

<figure><img src="/files/nmf44KbNWoVrSI6NsWgN" alt=""><figcaption><p>Fill all account information like username, password, email etc.</p></figcaption></figure>

{% hint style="info" %}
From "**Website**" you select for which website you want to use account information (**username, password, email**). Each account is linked to one website.
{% endhint %}

{% hint style="info" %}
If you disable "**Account active**" then the account will not be used on a campaign. This is useful when you want to have several accounts inside an account bucket but you only want to use certain ones on specific situations.
{% endhint %}

### Delete Account

You can hover any account (row from table) from the table and click "**Delete**" or you can select multiple accounts (using check boxes on the left) and delete all selected accounts.

<figure><img src="/files/FGQ5OANjSu90rskQX4ej" alt=""><figcaption><p>Hover button "Delete" appears while you hover your mouse over a row on table</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.seoneo.io/documentation/account-buckets/managing-accounts.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.
