> For the complete documentation index, see [llms.txt](https://docs.fluid.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluid.so/features/extensions.md).

# Extensions

{% hint style="warning" %}
Extensions only work in the Gecko Mode. To learn more about the differences between Chromium mode and Gecko mode, as well as how to change between them, read [this](/browser-engines.md).
{% endhint %}

Fluid supports over 100 of the top extensions for Firefox. These extensions include Password Managers, Ad blockers and many other kinds of extensions, allowing you to customize the browsing experience in any way you'd like.

<details>

<summary>How do I enable an extension?</summary>

1. Open the [Settings](/basics/settings.md) from the dock or by using voice commands.
2. Navigate to the Extensions Page.
3. Find the extension you'd like to enable and turn it on.

</details>

<details>

<summary>How do I disable an extension?</summary>

1. Open the [Settings](/basics/settings.md) from the dock or by using voice commands.
2. Navigate to the Extensions Page.
3. Find the extension you'd like to enable and turn it off.

</details>

<details>

<summary>How can I access an extension?</summary>

1. Open the 3 dots menu in the top right of your window.
2. Click on the icon of the extension at the bottom of the list.

Once you did this, a window should appear to the right of whatever window is currently active. This window belongs to the extension.

</details>


---

# 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.fluid.so/features/extensions.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.
