# Getting Started

Dolt has three primary functions all with different ways to get started.

### 1. [Version Controlled Database](/introduction/getting-started/database.md)

Run Dolt like you would MySQL or Postgres.

### 2. [Git for Data](/introduction/getting-started/git-for-data.md)

Use the Dolt Command Line Interface like you would the Git Command Line Interface.

### 3. [Versioned MySQL Replica](/introduction/getting-started/versioned-mysql-replica.md)

Use Dolt as a replica to your primary MySQL server to get version control features without migrating.


---

# 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/getting-started.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.
