# Dolt Documentation

## Dolt

- [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)
- [Dolt](https://docs.dolthub.com/concepts/dolt.md)
- [Git](https://docs.dolthub.com/concepts/dolt/git.md)
- [Commits](https://docs.dolthub.com/concepts/dolt/git/commits.md)
- [Log](https://docs.dolthub.com/concepts/dolt/git/log.md)
- [Diff](https://docs.dolthub.com/concepts/dolt/git/diff.md)
- [Branch](https://docs.dolthub.com/concepts/dolt/git/branch.md)
- [Merge](https://docs.dolthub.com/concepts/dolt/git/merge.md)
- [Conflicts](https://docs.dolthub.com/concepts/dolt/git/conflicts.md)
- [Remotes](https://docs.dolthub.com/concepts/dolt/git/remotes.md)
- [Working Set](https://docs.dolthub.com/concepts/dolt/git/working-set.md)
- [SQL](https://docs.dolthub.com/concepts/dolt/sql.md)
- [Databases](https://docs.dolthub.com/concepts/dolt/sql/databases.md)
- [Schema](https://docs.dolthub.com/concepts/dolt/sql/schema.md)
- [Tables](https://docs.dolthub.com/concepts/dolt/sql/table.md)
- [Primary Keys](https://docs.dolthub.com/concepts/dolt/sql/primary-key.md)
- [Types](https://docs.dolthub.com/concepts/dolt/sql/types.md)
- [Indexes](https://docs.dolthub.com/concepts/dolt/sql/indexes.md)
- [Views](https://docs.dolthub.com/concepts/dolt/sql/views.md)
- [Constraints](https://docs.dolthub.com/concepts/dolt/sql/constraints.md)
- [Triggers](https://docs.dolthub.com/concepts/dolt/sql/triggers.md)
- [Procedures](https://docs.dolthub.com/concepts/dolt/sql/procedures.md)
- [Users/Grants](https://docs.dolthub.com/concepts/dolt/sql/users-grants.md)
- [Transactions](https://docs.dolthub.com/concepts/dolt/sql/transaction.md)
- [System Variables](https://docs.dolthub.com/concepts/dolt/sql/system-variables.md)
- [RDBMS](https://docs.dolthub.com/concepts/dolt/rdbms.md)
- [Server](https://docs.dolthub.com/concepts/dolt/rdbms/server.md)
- [Backups](https://docs.dolthub.com/concepts/dolt/rdbms/backups.md)
- [Replication](https://docs.dolthub.com/concepts/dolt/rdbms/replication.md)
- [DoltHub/DoltLab](https://docs.dolthub.com/concepts/dolthub.md)
- [Permissions](https://docs.dolthub.com/concepts/dolthub/permissions.md)
- [Pull Requests](https://docs.dolthub.com/concepts/dolthub/prs.md)
- [Issues](https://docs.dolthub.com/concepts/dolthub/issues.md)
- [Forks](https://docs.dolthub.com/concepts/dolthub/forks.md)
- [Running the Server](https://docs.dolthub.com/sql-reference/server.md)
- [Configuration](https://docs.dolthub.com/sql-reference/server/configuration.md)
- [Access Management](https://docs.dolthub.com/sql-reference/server/access-management.md)
- [Branch Permissions](https://docs.dolthub.com/sql-reference/server/branch-permissions.md)
- [Backups](https://docs.dolthub.com/sql-reference/server/backups.md)
- [Garbage Collection](https://docs.dolthub.com/sql-reference/server/garbage-collection.md)
- [Metrics](https://docs.dolthub.com/sql-reference/server/metrics.md)
- [Replication](https://docs.dolthub.com/sql-reference/server/replication.md)
- [Troubleshooting](https://docs.dolthub.com/sql-reference/server/troubleshooting.md)
- [Version Control Features](https://docs.dolthub.com/sql-reference/version-control.md)
- [Using Branches](https://docs.dolthub.com/sql-reference/version-control/branches.md)
- [Merges](https://docs.dolthub.com/sql-reference/version-control/merges.md)
- [Querying History](https://docs.dolthub.com/sql-reference/version-control/querying-history.md)
- [Using Remotes](https://docs.dolthub.com/sql-reference/version-control/remotes.md)
- [Procedures](https://docs.dolthub.com/sql-reference/version-control/dolt-sql-procedures.md)
- [Functions](https://docs.dolthub.com/sql-reference/version-control/dolt-sql-functions.md)
- [System Tables](https://docs.dolthub.com/sql-reference/version-control/dolt-system-tables.md)
- [System Variables](https://docs.dolthub.com/sql-reference/version-control/dolt-sysvars.md)
- [Saved Queries](https://docs.dolthub.com/sql-reference/version-control/saved-queries.md)
- [SQL Language Support](https://docs.dolthub.com/sql-reference/sql-support.md)
- [Data Description](https://docs.dolthub.com/sql-reference/sql-support/data-description.md)
- [Expressions, Functions, Operators](https://docs.dolthub.com/sql-reference/sql-support/expressions-functions-operators.md)
- [Supported Statements](https://docs.dolthub.com/sql-reference/sql-support/supported-statements.md)
- [MySQL Information Schema](https://docs.dolthub.com/sql-reference/sql-support/information-schema.md)
- [Collations and Character Sets](https://docs.dolthub.com/sql-reference/sql-support/collations-and-charsets.md)
- [System Variables](https://docs.dolthub.com/sql-reference/sql-support/system-variables.md)
- [SQL Modes](https://docs.dolthub.com/sql-reference/sql-support/sql-modes.md)
- [Miscellaneous](https://docs.dolthub.com/sql-reference/sql-support/miscellaneous.md)
- [Supported Clients](https://docs.dolthub.com/sql-reference/supported-clients.md)
- [Programmatic](https://docs.dolthub.com/sql-reference/supported-clients/clients.md)
- [SQL Editors](https://docs.dolthub.com/sql-reference/supported-clients/sql-editors.md)
- [Benchmarks and Metrics](https://docs.dolthub.com/sql-reference/benchmarks.md)
- [Correctness](https://docs.dolthub.com/sql-reference/benchmarks/correctness.md)
- [Latency](https://docs.dolthub.com/sql-reference/benchmarks/latency.md)
- [Import](https://docs.dolthub.com/sql-reference/benchmarks/import.md)
- [Commands](https://docs.dolthub.com/cli-reference/cli.md)
- [Git Comparison](https://docs.dolthub.com/cli-reference/git-comparison.md)
- [Overview](https://docs.dolthub.com/architecture/architecture.md)
- [Storage Engine](https://docs.dolthub.com/architecture/storage-engine.md)
- [Commit Graph](https://docs.dolthub.com/architecture/storage-engine/commit-graph.md)
- [Prolly Trees](https://docs.dolthub.com/architecture/storage-engine/prolly-tree.md)
- [Block Store](https://docs.dolthub.com/architecture/storage-engine/block-store.md)
- [SQL](https://docs.dolthub.com/architecture/sql.md)
- [Go MySQL Server](https://docs.dolthub.com/architecture/sql/go-mysql-server.md)
- [Vitess](https://docs.dolthub.com/architecture/sql/vitess.md)
- [Cheat Sheet](https://docs.dolthub.com/guides/cheat-sheet.md)
- [Contributing](https://docs.dolthub.com/guides/contributing.md)
- [dolt](https://docs.dolthub.com/guides/contributing/dolt.md)
- [go-mysql-server](https://docs.dolthub.com/guides/contributing/go-mysql-server.md)
- [MySQL to Dolt Replication](https://docs.dolthub.com/guides/binlog-replication.md)
- [Importing Data](https://docs.dolthub.com/guides/import.md)
- [Integrations](https://docs.dolthub.com/guides/dolt-tested-apps.md)
- [FAQ](https://docs.dolthub.com/other/faq.md)
- [Roadmap](https://docs.dolthub.com/other/roadmap.md)
- [Versioning](https://docs.dolthub.com/other/versioning.md)
- [Hosted Dolt](https://docs.dolthub.com/products/hosted.md)
- [Getting Started](https://docs.dolthub.com/products/hosted/getting-started.md)
- [Notable Features](https://docs.dolthub.com/products/hosted/notable-features.md)
- [SQL Workbench](https://docs.dolthub.com/products/hosted/sql-workbench.md)
- [Cloning a Hosted Database](https://docs.dolthub.com/products/hosted/cloning.md)
- [Using DoltHub as a Remote](https://docs.dolthub.com/products/hosted/dolthub-as-remote.md)
- [Infrastructure](https://docs.dolthub.com/products/hosted/infrastructure.md)
- [Private Networking](https://docs.dolthub.com/products/hosted/private-networking.md)
- [SSO](https://docs.dolthub.com/products/hosted/sso.md)
- [DoltHub](https://docs.dolthub.com/products/dolthub.md)
- [Data Sharing](https://docs.dolthub.com/products/dolthub/data-sharing.md)
- [API](https://docs.dolthub.com/products/dolthub/api.md)
- [Authentication](https://docs.dolthub.com/products/dolthub/api/authentication.md)
- [SQL](https://docs.dolthub.com/products/dolthub/api/sql.md)
- [CSV](https://docs.dolthub.com/products/dolthub/api/csv.md)
- [Database](https://docs.dolthub.com/products/dolthub/api/database.md)
- [Hooks](https://docs.dolthub.com/products/dolthub/api/hooks.md)
- [Continuous Integration](https://docs.dolthub.com/products/dolthub/continuous-integration.md)
- [Getting Started](https://docs.dolthub.com/products/dolthub/continuous-integration/getting-started.md)
- [Workflow Reference](https://docs.dolthub.com/products/dolthub/continuous-integration/reference.md)
- [Transform File Uploads](https://docs.dolthub.com/products/dolthub/transform-uploads.md)
- [Workspaces](https://docs.dolthub.com/products/dolthub/workspaces.md)
- [DoltLab](https://docs.dolthub.com/products/doltlab.md)
- [Dolt Workbench](https://docs.dolthub.com/products/workbench.md)
- [DoltgreSQL](https://docs.dolthub.com/products/doltgres.md)


---

# Agent Instructions: 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.dolthub.com/introduction/what-is-dolt.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.
