# Reference

- [Running the Server](https://docs.doltgres.com/reference/server.md)
- [Configuration](https://docs.doltgres.com/reference/server/configuration.md)
- [Access Management](https://docs.doltgres.com/reference/server/access-management.md)
- [Branch Permissions](https://docs.doltgres.com/reference/server/branch-permissions.md)
- [Backups](https://docs.doltgres.com/reference/server/backups.md)
- [Garbage Collection](https://docs.doltgres.com/reference/server/garbage-collection.md)
- [Metrics](https://docs.doltgres.com/reference/server/metrics.md)
- [Replication](https://docs.doltgres.com/reference/server/replication.md)
- [Troubleshooting](https://docs.doltgres.com/reference/server/troubleshooting.md)
- [Version Control Features](https://docs.doltgres.com/reference/version-control.md)
- [Using Branches](https://docs.doltgres.com/reference/version-control/branches.md)
- [Merges](https://docs.doltgres.com/reference/version-control/merges.md)
- [Querying History](https://docs.doltgres.com/reference/version-control/querying-history.md)
- [Using Remotes](https://docs.doltgres.com/reference/version-control/remotes.md)
- [Functions](https://docs.doltgres.com/reference/version-control/dolt-sql-functions.md)
- [System Tables](https://docs.doltgres.com/reference/version-control/dolt-system-tables.md)
- [System Variables](https://docs.doltgres.com/reference/version-control/dolt-sysvars.md)
- [SQL Language Support](https://docs.doltgres.com/reference/sql-support.md)
- [Supported Functions and Operators](https://docs.doltgres.com/reference/sql-support/supported-functions.md)
- [Supported Types](https://docs.doltgres.com/reference/sql-support/supported-types.md)
- [Supported SQL Commands](https://docs.doltgres.com/reference/sql-support/supported-commands.md)
- [System Catalog Schema](https://docs.doltgres.com/reference/sql-support/system-catalog-schema.md)
- [Supported Clients](https://docs.doltgres.com/reference/supported-clients.md)
- [Programmatic](https://docs.doltgres.com/reference/supported-clients/clients.md)
- [Benchmarks](https://docs.doltgres.com/reference/benchmarks.md)
- [Correctness](https://docs.doltgres.com/reference/benchmarks/correctness.md)
- [Latency](https://docs.doltgres.com/reference/benchmarks/latency.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.doltgres.com/reference.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.
