# Basic Features

DoltLab has all the features you know and love of [DoltHub](https://www.dolthub.com). DoltHub is modeled after GitHub and thus supports, viewing and editing databases on the web, Pull Requests, Issues, Permissions, and many other features.

You kind find more information about some of these features in the DoltHub documentation:

* [Permissions](https://docs.dolthub.com/concepts/dolthub/permissions)
* [Pull Requests](https://docs.dolthub.com/concepts/dolthub/prs)
* [Issues](https://docs.dolthub.com/concepts/dolthub/issues)
* [Forks](https://docs.dolthub.com/concepts/dolthub/forks)

See [here](/features/advanced.md) for more advanced DoltLab features.


---

# 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/features/basic.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.
