# Contao DMS manual

This is the official manual for the [\[Contao DMS\]](https://github.com/ContaoDMS/dms).

## Admin manual

Get information how to administrate the DMS.

[Read more ...](/contaodms/en/admin.md)

## Developer manual

Get information how to extend the DMS.

[Read more ...](/contaodms/en/developer.md)

## User manual

Get information how to use the DMS.

[Read more ...](/contaodms/en/user.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://contaodms.gitbook.io/contaodms/en.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.
