# Percolate

## Percolate

- [Percolate - AI in the data tier](https://percolation-labs.gitbook.io/percolation-labs/readme.md): Percolate is a data-native agentic orchestrator in a multimodal database
- [Quick start](https://percolation-labs.gitbook.io/percolation-labs/getting-started/quick-start.md): Get up and running in 1 minute
- [Docker](https://percolation-labs.gitbook.io/percolation-labs/getting-started/docker.md): Docker is the easiest way to try out Percolate on your local machine. In the last section it was used for quick setup and here we provide more details
- [Services](https://percolation-labs.gitbook.io/percolation-labs/getting-started/docker/services.md): In addition to the Postgres Instance, we add other services
- [Kubernetes](https://percolation-labs.gitbook.io/percolation-labs/getting-started/kubernetes.md)
- [Managed Cloud](https://percolation-labs.gitbook.io/percolation-labs/getting-started/managed-cloud.md): Getting started with the managed cloud instance
- [Basic concepts](https://percolation-labs.gitbook.io/percolation-labs/getting-started/basic-concepts.md)
- [Database components](https://percolation-labs.gitbook.io/percolation-labs/getting-started/basic-concepts/database-components.md)
- [Core functions](https://percolation-labs.gitbook.io/percolation-labs/getting-started/basic-concepts/core-functions.md)
- [Entities](https://percolation-labs.gitbook.io/percolation-labs/getting-started/basic-concepts/core-functions/entities.md): Understanding entities
- [Admin Api](https://percolation-labs.gitbook.io/percolation-labs/getting-started/basic-concepts/admin-api.md)
- [Add language models](https://percolation-labs.gitbook.io/percolation-labs/configure/add-language-models.md)
- [Add tools via APIs](https://percolation-labs.gitbook.io/percolation-labs/configure/add-tools-via-apis.md)
- [Add agents](https://percolation-labs.gitbook.io/percolation-labs/configure/add-agents.md)
- [Introduction](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/introduction.md): Percolate is a multimodal database that manages relational, key-value, graph and vector data for building AI applications. We can combine indexes when querying Percolate.
- [Querying](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/querying.md): Examples of queries and query generation in each modality
- [Graph](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/querying/graph.md)
- [Vector](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/querying/vector.md)
- [Key-value](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/querying/key-value.md)
- [Relational](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/querying/relational.md)
- [Indexing](https://percolation-labs.gitbook.io/percolation-labs/going-multimodal/indexing.md): Indexing means combining the benefits of each modality when ingesting and querying data. Learn how this is achieved in Percolate
- [Percolating Python-first](https://percolation-labs.gitbook.io/percolation-labs/recipes/percolating-python-first.md): Most of the agentic frameworks in use today are Python-based. Many of them rely heavily on Pydantic. In this section we take a look at how Percolate and Python work together.
- [Percolating SQL-first](https://percolation-labs.gitbook.io/percolation-labs/recipes/percolating-sql-first.md): The real power of Percolate is its native SQL interface and rich integration with data and data governance. In this section we dive into the SQL functions that can be used to build agentic AI.
- [Percolate for SREs](https://percolation-labs.gitbook.io/percolation-labs/recipes/percolate-for-sres.md)
- [No-code Percolate](https://percolation-labs.gitbook.io/percolation-labs/recipes/no-code-percolate.md)
- [Founder's DataRoom P8](https://percolation-labs.gitbook.io/percolation-labs/recipes/founders-dataroom-p8.md)
- [Document Drafter P8](https://percolation-labs.gitbook.io/percolation-labs/recipes/document-drafter-p8.md)
- [Why put AI in the data tier?](https://percolation-labs.gitbook.io/percolation-labs/concepts/why-put-ai-in-the-data-tier.md): AI data governance, multi-modal query planners and background workers


---

# 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://percolation-labs.gitbook.io/percolation-labs/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.
