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

# Installation

To start working with Rabet, first install it. Only the Chrome version of Rabet has been published, and the Firefox version of Rabet is ongoing and will be released soon. To install Rabet, initially, go to the [Chrome Web Store](https://chrome.google.com/webstore/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo) Rabet page and install it.

![](/files/-MTp79634sSMrDFYzTOd)

You can also install it manually, follow the steps below to adding Rabet manually to extensions:

1. [Download](https://github.com/rabetofficial/rabet-extension/releases) the Rabet zip file.
2. Go to chrome://extensions.
3. Activate the developer mode switch.
4. Click on the Load unpacked button and upload the zip file.
5. Congratulations, you have installed Rabat now.


---

# 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:

```
GET https://support.rabet.io/master.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.
