> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/integrations/rds.md).

# RDS

Looking to link your segment data with Humanic? You can have it up and running in a few minutes!&#x20;

{% hint style="info" %}
Humanic supports only MySQL and PostgreSQL databases for Amazon RDS integration.
{% endhint %}

### Prerequisites

Before starting the integration, ensure you have the following database credentials ready:

* **Database Engine:** Choose either Postgres or MySQL.
* **Database Host:** The endpoint address of your RDS instance.
* **Database Port:** The port number (default is 5432 for Postgres and 3306 for MySQL).
* **Database Name:** The name of your database.
* **Database User:** The username with access privileges.
* **Database Password:** The corresponding password.

{% hint style="info" %}
You can follow the [Amazon RDS Documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_CommonTasks.Connect.html) to obtain these details.
{% endhint %}

### Access Data Integrations <a href="#access-data-integrations" id="access-data-integrations"></a>

1. In the [Humanic Dashboard](https://dashboard.humanic.ai), click on the left sidebar link labeled `Data Management` to open the [Data Integrations](https://dashboard.humanic.ai/dashboard/my-accounts/?tab=connect-data) page

### Select Amazon RDS from Supported Integrations

1. On the [Data Integrations](https://dashboard.humanic.ai/dashboard/my-accounts/?tab=connect-data) page, you'll see various data integrations supported by Humanic
2. Look for the "User Activity" category and click on it
3. From the list of supported data warehouses, select "Amazon RDS" by clicking on its card

### Provide Connection Details:

After clicking the BigQuery card, you'll be prompted to enter the following information:

* **Database Engine:** Select either Postgres or MySQL.
* **Database Host:** Enter the endpoint address of your RDS instance.
* **Database Port:** Enter the port number (default is 5432 for Postgres and 3306 for MySQL).
* **Database Name:** Enter the name of your database.
* **Database User:** Enter the username.
* **Database Password:** Enter the password.

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

{% hint style="info" %}
Ensure that your database is publicly accessible or at least accessible from Humanic's servers at IP 44.241.14.240. If you need step-by-step guidance for configuring your Amazon RDS for external access, [Click here](/humanic/guides/configure-rds-to-have-public-access.md) for detailed instructions.
{% endhint %}

### **Complete the Integration** <a href="#complete-the-integration" id="complete-the-integration"></a>

1. Double-check that all the provided details are correct
2. Click on the **CONNECT** button to initiate the integration process

{% hint style="info" %}
Hovering over each connected integration's card will show you the last time the data was synced.
{% endhint %}

### Next Steps <a href="#next-steps" id="next-steps"></a>

{% hint style="info" %}
Humanic will notify you via email once the initial data sync is complete.
{% endhint %}

Once the connection is established:

* **Access Data:** You can view and manage your synced **Amazon RDS** data via Humanic [Data Management](https://dashboard.humanic.ai/dashboard/my-accounts).
* **Create Milestones:** Use the synced data to create and track [milestones](/humanic/cohorts/how-to-create-a-milestone.md) and [cohorts](/humanic/cohorts.md).
* **Regular Syncing:** Humanic ensures your data is always up-to-date through regular syncing.


---

# 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://humanic.gitbook.io/humanic/integrations/rds.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.
