> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/setting-up-the-cloudio-platform/platform-installation/working-with-the-setup-page/using-additional-connections.md).

# Using additional connections

By default, the platform derives application data using the application schema connection given at the time of installation. However, for some instances, the application may need to acquire data from a different database schema or a database instance.

To add additional connections,

1. In the Setup screen, in the left navigation pane, click **Connection Details**. The **Default Connection** page is displayed.

![](/files/-M-U7Djodlmz-sEBdx5i)

&#x20;2\. To add a connection, click ![](/files/-M-U6sn_qai5r9REBlXY).

The **New Connection** window is displayed.

![](/files/-M-U7KKosesPrwdReGCP)

&#x20;3\. Enter the required connection details and click **Save**.

The new connection details are saved and are displayed in the

**Additional Connections** section.

![Additional connections](/files/-M-U7PUcDpy_ktbj8q6w)

* In addition to this, from the Setup page, you can:
  * Change email properties
  * Apply custom styles using global CSS
  * Set the password policy for native authentication
  * Change the logo and wallpaper settings

![Additional setup connections](/files/-M-U7WXt3FzM-B8jeHEX)


---

# 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.cloudio.io/setting-up-the-cloudio-platform/platform-installation/working-with-the-setup-page/using-additional-connections.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.
