> For the complete documentation index, see [llms.txt](https://deeper-network-inc.gitbook.io/deeper-connect-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeper-network-inc.gitbook.io/deeper-connect-knowledge-base/atom-os-functions/dashborad.md).

# Dashboard

<figure><img src="/files/4awGIFqfrsChE479U5l0" alt=""><figcaption><p>AtomOS Dashboard</p></figcaption></figure>

The home page displays all the operational information of the DeeperConnect.

<figure><img src="/files/aRXpaWE7rgJxGjehhPcH" alt=""><figcaption><p>Route Map</p></figcaption></figure>

**Section 1：Global Connections**

This section shows the current DPN mode of the Deeper Connect device, the number of global nodes, the number of nodes the device is connected to, and the location of the connection (orange Deeper Logo). Green flashing dots indicate that the device is connected to a Deeper node. Blue flashing dots indicate the number of other nodes that are connected to your node.

<figure><img src="/files/aqJ0axeFxttOpAC77p2W" alt=""><figcaption><p>Relocation Information</p></figcaption></figure>

**Section 2：Relocation, Filter Information**

Relocation Count: the total number of relocations is used \
DPN Relocation Traffic: the total number of traffic relocated is used \
DPN Data Saved: Total number of traffic saved \
DNS Filter: total number of DNS ads filtered \
HTTPS Filter: total number of HTTPS ads filtered

<figure><img src="/files/e2zD4uYjB7B5WBId3TD9" alt=""><figcaption><p>Real-time Traffic</p></figcaption></figure>

**Section 3: Real-Time Traffic Statistics**

Display the current real-time network data, download and upload data.

<figure><img src="/files/Q7zduCu7VENUFjysLz87" alt=""><figcaption><p>Working Mode Display</p></figcaption></figure>

**Section 4：Current Working Mode**

If you are unclear about how or what to connect to, please read: <https://hello.deeper.network/>

<figure><img src="/files/QGgEkFb0HZAre3QsAeS5" alt="" width="375"><figcaption><p>Wi-Fi Setting</p></figcaption></figure>

**Section 5：Wi-Fi Setting**

When the Deeper Connect is on Full-Route or Relay mode, the current Deeper Wi-Fi SSID will be displayed. At the same time, in Relay mode, you can also quickly connect and switch to the uplink WiFi there.

<figure><img src="/files/nN6vexjf0khpTL0xr5xf" alt="" width="373"><figcaption><p>App Relocation Info</p></figcaption></figure>

**Section 6：Application Relocation**

You can quickly configure a tunnel for an App in this section.

<figure><img src="/files/Zep76v8vFZxKi5S57JEK" alt="" width="375"><figcaption><p>System Info</p></figcaption></figure>

**Section 7：System Information**

Display the current AtomOS system running information.

<figure><img src="/files/YWTYQdI4Ag3LHvE0fQL1" alt="" width="373"><figcaption><p>Device Info</p></figcaption></figure>

**Section 8：Device Information**

Displays the current hardware usage of the Deeper Connect.

<figure><img src="/files/1cNPOpAR9LBrukK3brEE" alt="" width="370"><figcaption><p>Logs Info</p></figcaption></figure>

**Section 9：Logs**

Displays the logs generated by using DPN and ad blocking during AtomOS operation. \
Smart Route Logs--- Domain/IP relocation: displays the logs when the domain name and IP use DPN \
Smart Route Logs---Application: logs generated when the app in the App relocator uses DPN \
Ads Blocker Logs---DNS filter: displays the blocked DNS ad logs \
Ads Blocker Logs---HTTPS filter: displays the blocked HTTPS ad logs


---

# 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://deeper-network-inc.gitbook.io/deeper-connect-knowledge-base/atom-os-functions/dashborad.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.
