> For the complete documentation index, see [llms.txt](https://docs.keeping.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeping.com/help/setup/installing-the-chrome-extension.md).

# Installing the Chrome Extension

## What is the Keeping Chrome Extension?

To use Keeping's features within your Gmail, you must first install the Keeping Sidebar. It's free in the [<mark style="color:purple;">**Chrome Web Store**</mark>](https://chromewebstore.google.com/detail/keeping-the-original-help/mhmcjokmjcnjmlmmbaopcgkbomfdlpcn) and seamlessly blends Keeping's functionalities into your Gmail account.

{% hint style="info" %}
Using Safari? Follow our guide for [**installing the Safari Extension**](/help/setup/installing-the-safari-extension.md).
{% endhint %}

## Where can I find the Keeping Chrome Extension?

Go to the [<mark style="color:purple;">**Chrome Web Store**</mark>](https://chromewebstore.google.com/detail/keeping-the-original-help/mhmcjokmjcnjmlmmbaopcgkbomfdlpcn?pli=1) to find the Keeping Sidebar.

### Click Add to Chrome

Click **Add to Chrome** to install the extension.

![Click "Add to Chrome" to install the Keeping Chrome Extension.](/files/9AxhJh9Eol7NfaA00VBm)

### Refresh your browser tab

Go back to the Gmail account you used to sign up for Keeping, and refresh your browser.  Don't forget to Login to Keeping in Gmail.

![](/files/8qC4hEPNr9pTm955oECE)

If you haven't done so already, learn about the fundamentals of using Keeping in Gmail.

{% content-ref url="/pages/DeifFFIGe1Lt66nNouTw" %}
[Using Keeping in Gmail](/help/getting-started/using-keeping-in-gmail.md)
{% endcontent-ref %}


---

# 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.keeping.com/help/setup/installing-the-chrome-extension.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.
