> For the complete documentation index, see [llms.txt](https://docs.dapplooker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapplooker.com/dapplooker-analytics/registering-data/my-dashboard-overview.md).

# My Dashboard Overview

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

**📊 Plan Information:** This section displays your plan name and its current status, indicating whether it is active or inactive. Additionally, a meter is provided to show the total number of records available in your plan and how much of it has been utilized.

**📈 Summary Overview:** A quick glance at the number of projects, charts, dashboards, and views associated with your plan. This helps you keep track of your overall usage and the extent of your data analysis.

## 🔍 Next Steps: Here, you are presented with two options to proceed:

**a) Register Your First Project 📝:** If you are new to the platform or have not yet registered any projects, this option allows you to create and set up your initial project. By clicking on this option, you can kick-start your analysis journey and start leveraging the power of data insights.

**b) Browse Featured Analysis** :bookmark:: If you're seeking inspiration or looking for pre-built analysis examples, this option allows you to explore a curated collection of featured analyses. Browse through various projects and gain insights into different data-driven perspectives to enhance your own analysis techniques.

## Your Registered Projects

Once your project is successfully registered, it will be prominently displayed in the 'Your Projects' section.

<figure><img src="/files/4y50OxTh00hVID8i9CE1" alt=""><figcaption></figcaption></figure>

Here, you can easily identify your project by its name.

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

By clicking the 'View Data' button, you can access and explore the data associated with your project.

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

The 'View Chart' button offers a convenient way to visualize the data. By simply clicking this button, you can access a variety of charts

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

To enhance your data analysis capabilities, the 'Create Chart' button enables you to generate custom charts based on your specific requirements.

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

For a comprehensive understanding of your project's data source and registration details, you can simply click the right arrow button.

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


---

# 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://docs.dapplooker.com/dapplooker-analytics/registering-data/my-dashboard-overview.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.
