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

# Dashboard

The Dashboard serves as the nerve center of the Accelchain platform, providing a comprehensive overview and management tools for your smart contracts. Designed for both ease of use and functionality, it ensures that developers have everything they need at their fingertips.

<figure><img src="/files/BNjqK2vgSPD0BftBtyxY" alt=""><figcaption><p>Accelchain Dashboard</p></figcaption></figure>

**Home 🏠:** The Home section is the starting point for your smart contract journey. Here, you'll find quick access to all your contracts, both drafts and those already deployed, allowing for efficient management and overview of your projects.

**Drafts 📄:** In Drafts, users can store, manage, and further develop their smart contracts before they're ready for deployment. This section supports iterative development, enabling users to refine their contracts to perfection.

**Deployed Contracts 🚀:** This crucial section displays all smart contracts that have been deployed. It offers vital details like descriptions, contract addresses, Transaction Hashes, ABIs, and direct links to blockchain explorers. Additionally, Ethers.JS code snippets are provided for easy integration with front-end applications.

**Tour Guide 🗺️:** New to Accelchain? The Tour Guide offers an interactive walkthrough of the Dashboard's key features, ensuring you can navigate and utilize the platform to its full potential right from the start.

**Security Audit 🛡️:** Security is paramount in smart contract development. The Security Audit feature allows users to initiate comprehensive audits of their contracts, identifying potential vulnerabilities and receiving detailed audit reports in PDF format.

**Streamlined Contract Creation:** For newcomers, the Dashboard simplifies the creation of new contracts with a "Create Contract" button prominently displayed. Returning users will also find this option in the Navbar, streamlining the process of starting new projects.

<br>


---

# 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:

```
GET https://accelchain.gitbook.io/docs/platform/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.
