# Installation

1. **Download the extension:** Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/apm-copilot/oclincbidgdgecadnlmfnnlpglgppopg) to install the APM Copilot extension.<br>

   <figure><img src="/files/bL3zkjNg7bwYLjmAIWqS" alt=""><figcaption></figcaption></figure>
2. **Pin the extension:** Click the extensions icon in the top-right corner of your browser, locate **APM Copilot**, and click the pin 📌 to add it to your toolbar

<figure><img src="/files/2Dcc2KNeD82hGzW9eyqX" alt="" width="431"><figcaption></figcaption></figure>

1. **Open the extension:** Click the APM Copilot icon in your toolbar.

<figure><img src="/files/HMdsQzl7zdjfcJMs3y1n" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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://apm-fun.gitbook.io/apm.fun-docs/extension/installation.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.
