# Overview

## Antidote Project Documentation

Welcome to the documentation of AntidoteDB and all its related projects.

If you want to use Antidote as a user, try out the [quickstart guide](https://antidotedb.gitbook.io/documentation/quickstart). Sections of interest are **clients**, **deployment**, and **architecture**.

Researchers might be interested in the **benchmarking** and **tools** section.

If you are a developer, start with the **development** section of this documentation. The **architecture** and **tools** section might also be of interest to understand AntidoteDB better.

## Support

We are continuously working on new features for AntidoteDB.

You are welcome to join us on our [Slack channel](https://antidotedb.slack.com/). Reach us at <info@antidotedb.com> for an account.


---

# 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://antidotedb.gitbook.io/documentation/master.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.
