> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/integration/install-or-uninstall-extension.md).

# Install or uninstall extension

This topic describes how to install an extension available in our extensions directory. It also describes how to uninstall an extension.

### Install an extension

To install an extension:

1. Go to **Settings** > **Integrations**.
2. Under **Extensions**, locate the extension you want to install, then select the extension to open its details page.
3. On the **Details** page, review information about the extension, including documentation, permissions, and terms of service. When done, select **Install**.
4. In the **Install Extension** dialog, review the requested permissions and use the links to view the extension’s terms and conditions and privacy statement.

<div data-with-frame="true"><figure><img src="/files/dXDGKCUGGBDa3xa4LPiT" alt=""><figcaption><p>Review the requested permissions and read the terms and conditions and privacy statement</p></figcaption></figure></div>

5. Select **Install** to begin the installation process.

Once installed, the extension will show an **Installed** status on the **Extensions** page. You can view more details about the installed extension either by selecting it on the **Extensions** page or from the **Installations** tab.&#x20;

Depending on the extension, it may appear in multiple locations within the platform. Check the main navigation menu, relevant modules, or details pages to access the installed extension's features.

### Uninstall an extension

You can uninstall an extension if it's no longer needed.

To uninstall an extension:

1. Perform one of the following steps:
   * On the **Extensions** page, select the extension you want to uninstall.
   * On **Installations** tab, locate and select the extension you want to uninstall.&#x20;
2. On the extension details page, select **Uninstall**.

<div data-with-frame="true"><figure><img src="/files/gD0paH1L2gLOeQp1ZgGP" alt=""><figcaption><p>Uninstall your selected extension.</p></figcaption></figure></div>

3. In the **Uninstall extension** dialog, select **Uninstall** to confirm.

Your selected extension is uninstalled. You can reinstall the same extension at any time if needed.


---

# 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.platform.softwareone.com/modules-and-features/settings/integration/install-or-uninstall-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.
