> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/reference/applications/add-ons.md).

# Add-ons

You can configure your Nuvolos Application with add-ons that provide additional functionality. Add-ons run as sidecar services alongside the main Application, sharing its session lifecycle.

#### Enable an add-on

1. Navigate to the Space and Instance containing the Application.
2. Make sure you are in the Current state.
3. On the sidebar, click the screen icon (Applications).
4. On the row of the target Application, click ... under Actions.
5. Select CONFIGURE.
6. Switch to the ADD-ONS tab.
7. Click ADD to add an Application extension.

Restart the Application for the add-on to take effect.

#### Available add-ons

The following add-ons are currently available. Each has its own configuration page describing the relevant secrets, environment variables, and connection details. The list is updated as new integrations are released.

1. PostgreSQL
2. MongoDB
3. MariaDB
4. OpenSearch
5. SSHFS
6. SharePoint
7. Rclone mount
8. Redis
9. PostGIS
10. IPSec VPN
11. Fortinet VPN
12. Neo4j


---

# 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://docs.nuvolos.com/reference/applications/add-ons.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.
