# Application modules

{% hint style="info" %}
**The module** is a functionally complete part of a program created to solve a specific business problem.
{% endhint %}

SDL Atlas consists of 9 functional modules:

1. [Map](/english-version/moduli-atlas/karta.md)
2. [Fleet](/english-version/moduli-atlas/avtopark.md)
3. [Geofences](/english-version/moduli-atlas/geozony.md)
4. [Statistics](/english-version/moduli-atlas/statistika.md)
5. [Accidents](/english-version/moduli-atlas/avarii.md)
6. [Promotion](/english-version/moduli-atlas/kampanii.md)
7. [Applications](/english-version/moduli-atlas/zayavki.md)
8. [Reports](/english-version/moduli-atlas/otchety.md)
9. [Administrative panel](/english-version/moduli-atlas/administrativnaya-panel.md)

The composition of the modules in the main menu varies depending on the rights granted to the user. The same user may have different rights for different companies.

Modules "Statistics", "Accidents" and "Reports" are always available for any user, regardless of the granted rights.

The "Map" module in the menu is also always available for selection. However, in the absence of the entire list of necessary rights, some module functions will be unavailable - it will be impossible to obtain information about the current coordinates of the vehicle.

If you do not see the module "Promotion" in the main menu, it means that you do not have enough rights to access this module. In this case, you need to contact technical support for help.

If there is no "Applications" item in the menu list, this also indicates a lack of access rights to the module. Contact technical support. In the available module "Applications", users, in accordance with the granted rights, can work either in view mode or in edit mode.

Modules Fleet and Geofences were added in connection with the expansion of functionality.

The service is based on the principle of grouping vehicles according to some criteria for further monitoring and control using Geofences.

Vehicles are divided into groups in the Fleet module. In groups, you can create your own sets of cars .


---

# 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://atlas-help.smartdriving.io/english-version/moduli-atlas.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.
