# dat Documentation

## datLabs

- [dat Documentation](https://docs.dat-hub.com/readme.md)
- [About dat](https://docs.dat-hub.com/overview/about-dat.md)
- [dat Features](https://docs.dat-hub.com/overview/dat-features.md)
- [dat System Architecture](https://docs.dat-hub.com/overview/dat-system-architecture.md)
- [Core Concepts](https://docs.dat-hub.com/overview/core-concepts.md)
- [Source](https://docs.dat-hub.com/overview/core-concepts/source.md)
- [Generator](https://docs.dat-hub.com/overview/core-concepts/generator.md)
- [Destination](https://docs.dat-hub.com/overview/core-concepts/destination.md)
- [Structured and Unstructured data](https://docs.dat-hub.com/overview/core-concepts/structured-and-unstructured-data.md)
- [Vector databases](https://docs.dat-hub.com/overview/core-concepts/vector-databases.md)
- [Embeddings](https://docs.dat-hub.com/overview/core-concepts/embeddings.md)
- [Stream](https://docs.dat-hub.com/overview/core-concepts/stream.md)
- [Security](https://docs.dat-hub.com/overview/security.md)
- [dat support](https://docs.dat-hub.com/overview/dat-support.md)
- [Deploy dat open source](https://docs.dat-hub.com/getting-started/deploy-dat.md)
- [Quickstart](https://docs.dat-hub.com/getting-started/deploy-dat/quickstart.md)
- [System Requirements](https://docs.dat-hub.com/getting-started/deploy-dat/system-requirements.md)
- [Using Docker Compose](https://docs.dat-hub.com/getting-started/deploy-dat/using-docker-compose.md)
- [Familiarizing with the UI](https://docs.dat-hub.com/getting-started/familiarizing-with-the-ui.md): This section will help to familiarize you with the Basic layout of dat User Interface.
- [Create your first connection](https://docs.dat-hub.com/getting-started/first-connection.md)
- [Setting up a Source](https://docs.dat-hub.com/getting-started/first-connection/source.md)
- [Setting up a Generator](https://docs.dat-hub.com/getting-started/first-connection/generator.md)
- [Setting up a Destination](https://docs.dat-hub.com/getting-started/first-connection/destination.md)
- [Sources](https://docs.dat-hub.com/integrations/sources.md)
- [Google Drive](https://docs.dat-hub.com/integrations/sources/google-drive.md)
- [Website Crawler Sitemap](https://docs.dat-hub.com/integrations/sources/website-crawler-sitemap.md)
- [Website Crawler](https://docs.dat-hub.com/integrations/sources/website-crawler.md)
- [AWS Redshift](https://docs.dat-hub.com/integrations/sources/aws-redshift.md)
- [Postgres](https://docs.dat-hub.com/integrations/sources/postgres.md)
- [Amazon S3](https://docs.dat-hub.com/integrations/sources/amazon-s3.md)
- [Generators](https://docs.dat-hub.com/integrations/generators.md)
- [OpenAI](https://docs.dat-hub.com/integrations/generators/openai.md)
- [Cohere](https://docs.dat-hub.com/integrations/generators/cohere.md)
- [Destinations](https://docs.dat-hub.com/integrations/destinations.md)
- [Pinecone](https://docs.dat-hub.com/integrations/destinations/pinecone.md)
- [Qdrant](https://docs.dat-hub.com/integrations/destinations/qdrant.md)
- [Weaviate](https://docs.dat-hub.com/integrations/destinations/weaviate.md)
- [Milvus](https://docs.dat-hub.com/integrations/destinations/milvus.md)
- [Release Notes](https://docs.dat-hub.com/product-updates/release-notes.md)
- [Upcoming Features](https://docs.dat-hub.com/product-updates/upcoming-features.md)
- [Open Source Community](https://docs.dat-hub.com/community-resources/open-source-community.md)
- [Contributing to dat](https://docs.dat-hub.com/community-resources/contributing-to-dat.md)
- [Code Of Conduct](https://docs.dat-hub.com/community-resources/code-of-conduct.md)
- [GitHub Issues](https://docs.dat-hub.com/community-resources/github-issues.md)
- [API Documentation](https://docs.dat-hub.com/developer-guides/api-documentation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dat-hub.com/readme.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.
