# DBeaver integration

For users who need advanced database management features, Nuvolos offers DBeaver as an integrated application.

To add DBeaver, create a new Nuvolos application and select DBeaver from the list of available application types. For detailed instructions on adding an application, refer to the associated [documentation](/features/applications/install-a-software-package.md).

The connection to Nuvolos is automatically configured in DBeaver, however the first time you connect to Nuvolos, DBeaver will prompt you to install the relevant database driver (Snowflake), which needs to be approved.

For more information on DBeaver, please visit: <https://github.com/dbeaver/dbeaver/wiki>

### Collaborating in DBeaver

Inside the DBeaver application is a Project called General (the default DBeaver project). In the Scripts folder, you will find that the files area is linked in, so scripts saved to /files are automatically visible to all users of DBeaver inside an instance.

When creating new scripts, if you would like it to be accessible for other users in the instance, save it under the 'files' folder. If you save it to the 'Scripts' folder, then it will be only accessible to your own user, which can be helpful when prototyping.


---

# Agent Instructions: 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/features/database-integration/dbeaver-integration.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.
