> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/connection-string.md).

# Connection string

The **Connection string** entry is used to connect to databases, typically through scripting. Since the connection string must be manually entered based on the provider, this entry serves to securely store the necessary connection details. It also simplifies reuse by allowing quick access and copy actions directly from the entry.

![](https://cdnweb.devolutions.net/docs/RDMW6060_2025_3.png)

<table><thead><tr><th width="182.79998779296875">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Workspace</strong></td><td>Specifies the type of database you are connecting to.</td></tr><tr><td><strong>Data provider</strong></td><td>Defines the data provider that will be used for the connection.</td></tr><tr><td><strong>Connection string</strong></td><td>Selects the <em><strong>…</strong></em> to open the <em><strong>Connection properties</strong></em> window. It allows you to configure and test a connection to a database, including settings such as <em><strong>workspace</strong></em>, <em><strong>provider</strong></em>, <em><strong>timeout</strong></em>, <em><strong>host</strong></em>, and <em><strong>credentials</strong></em>.</td></tr><tr><td><strong>Host</strong></td><td>Host name of the database.</td></tr><tr><td><strong>Username</strong></td><td>Username used to authenticate to the host.</td></tr><tr><td><strong>Password</strong></td><td>Password used to authenticate to the host.</td></tr></tbody></table>


---

# 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.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/connection-string.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.
