# Introduction

## Scope

This documentation describes the ZEMTU Carsharing Software. It is a full-featured professional solution for carsharing organizations:

* The core module allows reservation management with user interfaces optimized for best user experience (UX).&#x20;
* Additional modules provide integrations for several on-board unit providers, billing solutions and the like.
* Extensive API (REST and GraphQL) allow custom workflows.

### Target groups

This documentation is intended for:

* Users with special [roles](https://docs.zemtu.com/core/user_roles)
* Software developers who want to connect to the backend via API

### Disclaimer

This documentation is **not** intended as primary source for end-users. Most carsharing operators provide excellent manuals with more detailed instructions for their customers. As end-user please contact your carsharing operator directly.


---

# 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.zemtu.com/master.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.
