> For the complete documentation index, see [llms.txt](https://support.mailtrack.email/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.mailtrack.email/chrome-extension/installation.md).

# Installation

<figure><img src="/files/xT9HGnwwcppalMOi8Iw1" alt="Mail Track for Gmail on Google Chrome Store"><figcaption><p>Mail Track for Gmail on Google Chrome Store</p></figcaption></figure>

Here are the 4 steps to install Mail Track for Gmail:

1. Go to the Chrome store on our [extension page](https://chromewebstore.google.com/detail/gmailtrack/glkmdbkjgjeacahocnjkglbpiagfgeko/reviews)
2. Click on "Add to Chrome". Chrome will ask you to confirm the permissions of the extension.
3. From now you can go to your [Gmail inbox](https://mail.google.com/mail/u/0/#inbox), and the icon of the extension will be displayed directly in the Gmail interface.
4. You can now activate Mail Track for Gmail by clicking on this icon, and [start tracking your emails](/chrome-extension/send-a-tracked-email.md).

The video below will show you how simple the process is :

{% embed url="<https://youtu.be/Qa9Ryb9wKI4>" %}
Video showing how to install Mail Track for Gmail
{% endembed %}

After the installation, you can also [set your preferences](/chrome-extension/settings.md) for read notifications or tracker type.


---

# 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://support.mailtrack.email/chrome-extension/installation.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.
