# Introduction

- [What Is Dolt?](https://docs.dolthub.com/introduction/what-is-dolt.md)
- [Installation](https://docs.dolthub.com/introduction/installation.md)
- [Linux](https://docs.dolthub.com/introduction/installation/linux.md)
- [Windows](https://docs.dolthub.com/introduction/installation/windows.md)
- [Mac](https://docs.dolthub.com/introduction/installation/mac.md)
- [Build from Source](https://docs.dolthub.com/introduction/installation/source.md)
- [Application Server](https://docs.dolthub.com/introduction/installation/application-server.md)
- [Docker](https://docs.dolthub.com/introduction/installation/docker.md)
- [Upgrading](https://docs.dolthub.com/introduction/installation/upgrading.md)
- [Getting Started](https://docs.dolthub.com/introduction/getting-started.md)
- [Version Controlled Database](https://docs.dolthub.com/introduction/getting-started/database.md)
- [Git For Data](https://docs.dolthub.com/introduction/getting-started/git-for-data.md)
- [Versioned MySQL Replica](https://docs.dolthub.com/introduction/getting-started/versioned-mysql-replica.md)
- [Use Cases](https://docs.dolthub.com/introduction/use-cases.md)
- [Data Sharing](https://docs.dolthub.com/introduction/use-cases/data-sharing.md)
- [Data and Model Quality Control](https://docs.dolthub.com/introduction/use-cases/data-and-model-quality.md)
- [Manual Data Curation](https://docs.dolthub.com/introduction/use-cases/manual-data-curation.md)
- [Version Control for your Application](https://docs.dolthub.com/introduction/use-cases/vc-your-app.md)
- [Versioned MySQL Replica](https://docs.dolthub.com/introduction/use-cases/versioned-replica.md)
- [Audit](https://docs.dolthub.com/introduction/use-cases/audit.md)
- [Configuration Management](https://docs.dolthub.com/introduction/use-cases/configuration-management.md)
- [Offline First](https://docs.dolthub.com/introduction/use-cases/offline-first.md)


---

# 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.dolthub.com/introduction.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.
