# What is DoltLab?

![](https://862511882-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7MQxOUbJbb54nzvoLAi0%2Fuploads%2Fgit-blob-a752a1583327b5c1d685e547f738a07c9a9a87d8%2Fdoltlab-preview.png?alt=media)

DoltLab gets its name from the combination of Dolt and [GitLab](https://about.gitlab.com/), because GitLab is the version of GitHub that you can host yourself and DoltLab is the version of [DoltHub](https://www.dolthub.com) that you can host yourself.

Technically speaking, both DoltHub and DoltLab are [Dolt database remote](https://www.dolthub.com/blog/2024-04-25-why-remotes/) implementations, built from the ground up to provide an intuitive, pull-request style workflow for versioning and collaborating on data using a sleek, web-based GUI.

Both DoltHub and DoltLab allow users to host their public and private Dolt databases in unique namespaces where they can control who can access their databases and what operations they're allowed to perform.

Both DoltHub and DoltLab also enable streamlined collaboration on data with non-technical users, allowing them to create, modify, and review data changes without ever needing to leave the web-based GUI.

The primary difference between DoltHub and DoltLab is that DoltHub is hosted by us, and is accessible on the public internet, whereas DoltLab is hosted by you, usually not on the public internet, and can be tailored to comply with all of your team's data security policies.


---

# 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.doltlab.com/introduction/what-is-doltlab.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.
