# How do I...?

- [Create and Manage Data Stores](https://docs.deltastream.io/how-do-i.../create-and-manage-data-stores.md)
- [Create Data Stores for Streaming Data](https://docs.deltastream.io/how-do-i.../create-and-manage-data-stores/store.md)
- [Explore Data Store and Topic Details](https://docs.deltastream.io/how-do-i.../create-and-manage-data-stores/explore-data-store-and-topic-details.md)
- [Use Multiple Data Stores in Queries](https://docs.deltastream.io/how-do-i.../create-and-manage-data-stores/using-multiple-stores-in-queries.md)
- [Manage Users and User Roles](https://docs.deltastream.io/how-do-i.../roles.md)
- [Inviting Users to an Organization](https://docs.deltastream.io/how-do-i.../roles/invite-user.md)
- [Administering Users in your Organization](https://docs.deltastream.io/how-do-i.../roles/user-management-for-admins.md)
- [Using the CLI to Manage User Roles](https://docs.deltastream.io/how-do-i.../roles/managing-user-roles.md)
- [Example: Setting Up Custom Roles for Production and Stage](https://docs.deltastream.io/how-do-i.../roles/example-setting-up-custom-roles-for-prod-and-stage.md)
- [Create DeltaStream Objects to Structure Raw Data](https://docs.deltastream.io/how-do-i.../relation.md)
- [Use Namespacing for Organizing Data](https://docs.deltastream.io/how-do-i.../database.md)
- [Create and Query Materialized Views](https://docs.deltastream.io/how-do-i.../creating-and-querying-materialized-views.md)
- [Create a Compute Pool to Work with Iceberg](https://docs.deltastream.io/how-do-i.../create-a-compute-pool-to-work-with-iceberg.md)
- [Create a Function](https://docs.deltastream.io/how-do-i.../creating-a-function.md)
- [Secure my Connection to a Data Store](https://docs.deltastream.io/how-do-i.../creating-private-links.md): Connect and securely stream data from your data stores without ever exposing your sensitive data to the public Internet.  In DeltaStream, these secure connections are called private links.
- [Introducing DeltaStream Private Links](https://docs.deltastream.io/how-do-i.../creating-private-links/introducing-deltastream-private-links.md)
- [Creating an AWS Private Link from DeltaStream to your Confluent Kafka Dedicated Cluster](https://docs.deltastream.io/how-do-i.../creating-private-links/creating-an-aws-private-link-from-deltastream-to-your-confluent-kafka-dedicated-cluster.md)
- [Enabling Private Link Connectivity to Confluent Enterprise Cluster and Schema Registry](https://docs.deltastream.io/how-do-i.../creating-private-links/enabling-private-link-connectivity-to-confluent-enterprise-cluster-and-schema-registry.md)
- [Creating a Private Link from DeltaStream to Amazon MSK](https://docs.deltastream.io/how-do-i.../creating-private-links/creating-a-private-link-from-deltastream-to-amazon-msk.md)
- [Creating a Private Link for RDS Databases](https://docs.deltastream.io/how-do-i.../creating-private-links/creating-a-private-link-for-rds-databases.md)
- [Deleting a Private Link](https://docs.deltastream.io/how-do-i.../creating-private-links/deleting-a-private-link.md)
- [Serialize my Data](https://docs.deltastream.io/how-do-i.../serialization.md)
- [Working with ProtoBuf Serialized Data and DeltaStream Descriptors](https://docs.deltastream.io/how-do-i.../serialization/working-with-protobuf-serialized-data-and-deltastream-descriptors.md)
- [Working with Avro Serialized Data and Schema Registries](https://docs.deltastream.io/how-do-i.../serialization/working-with-avro-serialized-data-and-schema-registries.md)
- [Configuring Deserialization Error Handling](https://docs.deltastream.io/how-do-i.../serialization/configuring-deserialization-error-handling.md)
- [CDC Pipeline Using a Single Slot](https://docs.deltastream.io/how-do-i.../cdc-pipeline-using-a-single-slot.md)
- [Call DeltaStream’s REST API](https://docs.deltastream.io/how-do-i.../call-deltastreams-rest-api.md): This page describes how you can use DeltaStream's REST API from your applications to submit statements and run queries.
- [Expose a Materialized View over MCP](https://docs.deltastream.io/how-do-i.../expose-a-materialized-view-over-mcp.md)
- [Configure DeltaStream as Private SaaS using Bring your own cloud (BYOC) model](https://docs.deltastream.io/how-do-i.../configure-deltastream-as-private-saas-using-bring-your-own-cloud-byoc-model.md): With the private SaaS model, DeltaStream provides the same serverless user experience that the customers love but with the guarantee that data remains within the customer cloud private network.


---

# 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/how-do-i....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.
