# Data Connectors

- [Introduction to Data Connectors](https://docs.developer.disruptive-technologies.com/data-connectors/introduction-to-data-connector.md): A quick introduction to what Data Connectors are and how they work.
- [Creating a Data Connector](https://docs.developer.disruptive-technologies.com/data-connectors/creating-a-data-connector.md): A quick guide on how to create a Data Connector using DT Studio or our APIs.
- [Configuring a Data Connector](https://docs.developer.disruptive-technologies.com/data-connectors/advanced-configurations.md): Data Connectors can be configured for different use-cases.
- [Receiving Events](https://docs.developer.disruptive-technologies.com/data-connectors/receiving-events.md): A few things to consider when receiving events forwarded by a Data Connector.
- [Best Practices](https://docs.developer.disruptive-technologies.com/data-connectors/best-practices.md): Some Best Practices to keep in mind when implementing your endpoint.
- [Example Integrations](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations.md): A few example integrations using Data Connectors with various popular cloud services.
- [Heroku](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/heroku.md): An example integration on forwarding Data Connector events to a server hosted on Heroku.
- [Google Cloud Functions](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/google-cloud-functions.md): An example integration where a Data Connector forwards events to a Google Cloud Function.
- [AWS Lambda](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/aws-lambda.md): An example integration where a Data Connector forwards events to an AWS Lambda Function.
- [Azure HTTP Triggers](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/azure-http-triggers.md): An example integration where a Data Connector forwards events to an Azure HTTP Trigger.
- [IBM Cloud Actions](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/ibm-cloud-actions.md): An example integration where a Data Connector forwards events to an IBM Cloud Action.
- [Development Guides](https://docs.developer.disruptive-technologies.com/data-connectors/development-guides.md): A few short guides on how to develop with Data Connectors.
- [Local Development with ngrok](https://docs.developer.disruptive-technologies.com/data-connectors/development-guides/local-development-with-ngrok.md): Develop cloud services locally by continuously forwarding real data from a Data Connector using ngrok.


---

# 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.developer.disruptive-technologies.com/data-connectors.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.
