# Dashboard

Dashboard is SEO Neo's main screen which includes: basic software **notifications**, **what's new** from latest update and total number of **campaigns, accounts and links** created.

### Notifications

Notifications inform the user about some basic settings required before the creation of any campaign.

Before creating your first campaign you will need to setup:

* At least 1 [**account bucket**](/documentation/account-buckets.md)
* At least 1 [**content bucket**](/documentation/content-buckets.md)
* At least 1 [**Captcha API**](/documentation/settings/third-party-api.md#captcha)
*

```
<figure><img src="/files/2Eg7Nu7U3DBeKUj5ikRG" alt=""><figcaption><p>Dashboard notifications</p></figcaption></figure>
```

The dashboard will keep you informed with some notification cards for each requirement. You will need to resolve these requirements before creating your first campaign.&#x20;

To resolve each issue, you can click on each notification card "**Setup**".&#x20;

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

After you complete the setup for each setting, the corresponding notification card will disappear.

### What's New

On What's New you can see information about all released version changes.

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

### Additional Information

On the lower right part of the dashboard you can find information about total number of campaign created, total number of links posted (from your completed campaigns) and information about number of account and account templates created.

<figure><img src="/files/P3lWaoks7D2M3o5QlnVq" alt=""><figcaption></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/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.
