# Confluent Cloud

[Confluent Cloud](https://www.confluent.io/) is a fully-managed cloud service based on Apache Kafka. This article shows you how to create Confluent Cloud-type data stores directly in DeltaStream.

{% hint style="info" %}
**Note** For more information on creating data stores, see [store](https://docs.deltastream.io/how-do-i.../create-and-manage-data-stores/store "mention").
{% endhint %}

### To create a Confluent Cloud Data Store <a href="#create_a_store" id="create_a_store"></a>

1. In the lefthand navigation, click **Resources**, and then click **+ Add Data Store**.
2. From the menu that displays, click **ConfluentKafka.** The **Add Data Store** window opens.<br>

   <div align="center"><figure><img src="https://1288764042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdbd9e6ZJodkgF1H6AVay%2Fuploads%2Fqu9cxzTzU3qwqGaSCN35%2FAddConfluentKafkaDataStore.png?alt=media&#x26;token=ae9d2c05-f475-4e25-bce1-d78675a5b2fe" alt="" width="459"><figcaption></figcaption></figure></div>
3. Enter the authentication and connection parameters. This includes:
   1. a unique **Name** for the data store.\
      Store names are limited to a maximum of 255 characters. Only alphanumeric characters, dashes, and underscores are allowed.
   2. the URIs to connect to Confluent Cloud.\
      You can find your bootstrap server on Confluent's **Cluster settings** page.<br>

      <div align="center"><figure><img src="https://1288764042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdbd9e6ZJodkgF1H6AVay%2Fuploads%2Fgit-blob-932c5c12fa74aea3f7dc38251edea0ad06ee5f09%2FConfluentClusterSettings.png?alt=media" alt="" width="563"><figcaption></figcaption></figure></div>
   3. the **API Key** and **API Secret** created on Confluent Cloud.
4. Click **Add**.

Your Confluent Cloud Cluster displays on the **Resources** page in your list of data stores.

<figure><img src="https://1288764042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdbd9e6ZJodkgF1H6AVay%2Fuploads%2Fgit-blob-bf0534f5ddfe43e554baf577a805f44caa8111cc%2FConfluentStoreListedInResources.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

To inspect the topics in the data store, and to print their records, simply click on the data store.

<figure><img src="https://1288764042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdbd9e6ZJodkgF1H6AVay%2Fuploads%2Fgit-blob-2ce57442eb689b1294995da01e5fc5c3ee2e4dbf%2FConfluentKafkaTopics.png?alt=media" alt="" width="337"><figcaption></figcaption></figure>

With your Confluent Cloud data store set up, view the following tutorials to learn how to manage and process your streaming data with DeltaStream.

* [database](https://docs.deltastream.io/how-do-i.../database "mention")
* [relation](https://docs.deltastream.io/how-do-i.../relation "mention")
* [creating-and-querying-materialized-views](https://docs.deltastream.io/how-do-i.../creating-and-querying-materialized-views "mention")


---

# 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://docs.deltastream.io/integrations/setting-up-data-store-integrations/confluent-cloud.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.
