> For the complete documentation index, see [llms.txt](https://docs.chatastra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatastra.ai/ecosystem/astrapad/project-management/downloading-certificates.md).

# Downloading Certificates

Quickly download your official **Audit Certificate** and **AstraPad Certificate** from your project dashboard. These certificates can be used for marketing, investor assurance, or exchange listing requirements, highlighting your project’s security and compliance with AstraPad’s standards.

### Projects launched on AstraPad receive two key certificates:

* **Audit Certificate** – Verifies your token’s contract is fully audited and secure.
* **AstraPad Certificate** – Confirms your project was launched through AstraPad, boosting trust and visibility.

### Follow these steps to **download your certificates** directly from your dashboard:

**1. Log in to Your Dashboard**

* Connect your wallet to AstraPad.
* Navigate to **My Projects** in the sidebar.

**2. Locate Your Project**

* Find the project you want the certificates for.
* Click **View Details** to open the project profile.

**3. Download Certificates**

* In the project details section, you will see the links for:
  * **Audit Certificate** (PDF)
  * **AstraPad Certificate** (PDF)
* Click **Download** and save the files to your device.

**4. Use Your Certificates**

* Add the **Audit Certificate** to your website or documentation for investor confidence.
* Share the **AstraPad Certificate** on socials or community channels to highlight your verified AstraPad launch.

### Pro Tips for Maximum Impact

* **Showcase on Social Media** – Share your certificates as posts on Twitter, Telegram, or Discord to boost investor confidence.
* **Add to Your Website** – Link the certificate PDFs directly from your site with a “Verified by AstraPad” badge.
* **Highlight During Fundraising** – Use your certificates in investor presentations and pitch decks to establish credibility.
* **Stay Updated** – Always keep your project profile details accurate to ensure the certificates reflect the latest verified information.


---

# 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.chatastra.ai/ecosystem/astrapad/project-management/downloading-certificates.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.
