> For the complete documentation index, see [llms.txt](https://shieldais-organization.gitbook.io/apesafeai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shieldais-organization.gitbook.io/apesafeai/getting-started.md).

# Getting Started

### 🚀 Getting Started

### Installing the Chrome Extension

The easiest way to use ApeSafe is through our Chrome Extension, which integrates directly with popular Solana platforms.

1. **Visit the Chrome Web Store:** Click this link to go directly to the ApeSafe extension page:\
   [**Install ApeSafe SOL Safety Checker**](https://chromewebstore.google.com/detail/apesafe-sol-safety-check/genhcaomfhaokmgehnejmobeblchmnoa)\
   \&#xNAN;*(Make sure you are installing the official extension!)*
2. **Click "Add to Chrome":** Press the blue button on the store page.
3. **Confirm Permissions (if prompted):** Read any permission requests. ApeSafe needs permission to interact with the web pages of supported DEXs and explorers to provide analysis. Click "Add extension".
4. **Pin the Extension (Recommended):** Click the puzzle piece icon in your Chrome toolbar, find ApeSafe, and click the pin icon next to it. This makes it easy to access.

That's it! The ApeSafe extension is now installed and ready to use.

<figure><img src="/files/XBeo1sToobhT909xAS5i" alt=""><figcaption><p><em>Make sure you are installing the official extension!</em></p></figcaption></figure>

<figure><img src="/files/KrHV9c3eHShQ6YkTsIEo" alt=""><figcaption><p>Add to chrome</p></figcaption></figure>

<figure><img src="/files/9z2hWbDAGk7JbKZdSwTe" alt=""><figcaption><p>Pin the extention</p></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://shieldais-organization.gitbook.io/apesafeai/getting-started.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.
