# Hosted Dolt

![](/files/rG1SHG5bFKYTjjryMLLN)

[Hosted Dolt](https://hosted.doltdb.com) is a cloud-deployed Dolt database. Choose the type of server and disk you need and we'll provision the resources and run Dolt for you. Connect with any MySQL client. Hosted Dolt is perfect for teams who want to build a Dolt-powered application.

Learn more about Hosted Dolt's features and get started with our guides:

* [Getting Started](/products/hosted/getting-started.md)
* [Notable Features](/products/hosted/notable-features.md)
* [Built-in SQL Workbench](/products/hosted/sql-workbench.md)
* [Cloning a Hosted database](/products/hosted/cloning.md)
* [Using DoltHub as a remote](/products/hosted/dolthub-as-remote.md)
* [Infrastructure](/products/hosted/infrastructure.md)
* [Private Networking](/products/hosted/private-networking.md)
* [Single Sign-On](https://github.com/dolthub/docs/blob/gitbook-publish/packages/dolt/content/products/hosted/sso.md)

You can also check out these blogs for more details:

* [Launch Announcement](https://www.dolthub.com/blog/2022-05-18-hosted-dolt/)
* [$50 Trial Instances](https://www.dolthub.com/blog/2022-10-24-hosted-trial-instances/)
* [Built In Workbench](https://www.dolthub.com/blog/2022-08-24-hosted-sql-workbench/)
* [Support for Google Cloud Platform](https://www.dolthub.com/blog/2023-02-27-hosted-doltdb-gcp-launch/)
* [Cloning a Hosted](https://www.dolthub.com/blog/2023-04-17-cloning-a-hosted-database/)
* [Building an App using Hosted and AWS Amplify](https://www.dolthub.com/blog/2023-03-31-dolt-amplify-webapp/)
* [Replicating an AWS RDS MySQL Instance to Hosted Dolt](https://www.dolthub.com/blog/2023-04-05-versioned-mysql-replicas-on-hosted-dolt/)
* [Using DoltHub as a Remote](https://www.dolthub.com/blog/2023-05-17-dolthub-as-a-remote-for-hosted/)


---

# 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/products/hosted.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.
