# Queue Configs

The **Queue Configs** section enables integration with message queue services such as **Amazon SQS**, **Kafka**, and **Redis**. These configurations are used to establish communication channels between your source cloud storage and the platform, allowing automatic synchronization of data updates.

#### ⚙️ Steps to Create Queue Connection

{% stepper %}
{% step %}
Navigate to the **Configuration** dropdown in the navigation bar and select **Queue Configs**.
{% endstep %}

{% step %}
Click the  ![](/files/gtw1olK1QmE1x2ZHYMWV)  button to create a new queue connection.
{% endstep %}

{% step %}
On the top-right corner, select the **type of queue** you want to configure — **Kafka**, **Redis**, or **SQS**.
{% endstep %}

{% step %}
Fill in the required connection details such as queue name, host, port, and authentication credentials, then save the configuration.
{% endstep %}

{% step %}
Test the connection using the **Test** button in the **Actions** column to verify successful communication.
{% endstep %}
{% endstepper %}

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


---

# 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://supercloudnow.gitbook.io/supercloudnow-docs/undefined/usage-guide/configuration/queue-configs.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.
