> For the complete documentation index, see [llms.txt](https://docs.autonmis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonmis.com/create-your-first-connection/step-3-add-a-connection.md).

# Step 3: Add a Connection

### Add a Database Connection

To add a database, select the relevant database from the list of connectors. Once chosen, click on the **'+'** icon associated with the selected database.

You will be prompted to provide the following details:

1. **User**\*&#x20;
2. **Account**\*
3. **Database**\*&#x20;
4. **Password**
5. **Schema**
6. **Role**
7. **Warehouse**
8. **Passcode**&#x20;
9. **Authenticator**
10. **Private Key Path**
11. **Private Key Passphrase**&#x20;
12. **Max Chunk Download Workers**
13. **Custom JSON Decoder Enabled**&#x20;
14. **Copy Method**

Once the necessary details have been entered, click **'Connect Database'** to establish the connection.

<figure><img src="/files/fCk5fV1Eow4bO6mJLPyu" alt=""><figcaption></figcaption></figure>

**Note:** Fields marked with an asterisk (\*) are mandatory. Input requirements may vary depending on the database selected.

### Add a Cloud Storage Connection

For cloud storage services, follow a similar process. Choose the relevant cloud storage option, click on the **'+'** icon, and provide the required information:

1. **Container\***
2. **Account**\*
3. **Shared Access Signature URL**
4. **Connection String**

Once the necessary details have been entered, click **'Connect Database'** to establish the connection.

<figure><img src="/files/EguYx5FjSHztIAotLiYe" alt=""><figcaption></figcaption></figure>

> **Note:** The required fields may differ depending on the cloud storage provider you're connecting to.

### Add a File

1. Go to the **File** tab, located below the **Database** category.

<figure><img src="/files/UpNQuoaVnzMm6kPgQE5M" alt="" width="224"><figcaption></figcaption></figure>

2. Click on the **Upload File** button. A prompt will appear for you to select a file from your local machine.

   **Supported File Types**:

   * `.csv`
   * `.xlsx`
   * `.json`
   * `.parquet`
3. Once your file is selected, click **Upload File** again to finalize the upload.


---

# 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.autonmis.com/create-your-first-connection/step-3-add-a-connection.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.
