> For the complete documentation index, see [llms.txt](https://spaceone-dev.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceone-dev.gitbook.io/user-guide/dashboard-1/dashboard.md).

# Domain Dashboard

## Overview

The Dashboard is the first screen you will see when connecting to **`SpaceONE`** service.

\
Dashboard allows you to view the status of the entire service being used by domain.&#x20;

When you click an item, you can navigate to the corresponding service.

![Dashboard v1.6.2](/files/-MTj2q2tjIpPBP2eYloM)

You can use the navigation bar at the top of the screen to quickly navigate to each page.

![Navigation Bar](/files/-MTj2xTh8wf156XPlx8z)

## Top Resource Managing Projects

You can see the status of projects that us&#x65;**`Server`**/**`Database`** service the most. When you click on each **`Project group / Project`**, you will be taken to the corresponding page.

![](/files/-MDYU9ElMOVzX9qEMcmS)

## Service Accounts

You can see the number of **`Service Accounts`** registered in the domain. Following Services providers are currently available:&#x20;

* AWS
* Azure
* GCP
* Megazone Hyper Billing
* Megazone

![Service Account](/files/-MDnLlmQRAMrmM6VZ8r2)

Also, you can view the current number of Service Accounts registered for each cloud.

## Daily Updates

It displays information about increasing/decreasing resources on a daily basis. **`Daily updates`** shows the history of changes from **0** to the **present**.&#x20;

You can view the changed number of servers and cloud services from midnight to the present.

![Daily updates](/files/-MDnRYaAu6V0j1nPceji)

## Cloud Services

![](/files/-MDYWMlG6gtlBJFZw-kK)

You can see the number and type of cloud service resources collected at a glance. When you click **`More`**, you go to the **`Cloud Service`** page.

## Collection

You can inquire the history of **`Collector`** execution and the status of the **`Collector`** which currently runs.

### Collector History

**`Collector history`** shows the collection success/failure history for a week.

![](/files/-MDnSo_BXUhuRaQgaaCT)

###

### Collecting Progress

You can view the list of currently running collectors.  **`More`** button links you to the **`Collector history`** page.

![](/files/-MDnT2kszMJ74obrwcA0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://spaceone-dev.gitbook.io/user-guide/dashboard-1/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
