> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/funktionale-rechte.md).

# Functional Rights

The following functional rights are included in user management:

1. *CustomObjectShare* - Represents the right to share custom objects.
2. *ViewModelRead* - Represents the right to use views (acron standard view).
3. *ObjectModelRead* - Represents the right to display read or write permission of individual objects.
4. *ObjectModelUpdate* - Represents the right to manage object structures or objects (administrators only). Furthermore, this right is used to update the object model (synchronization acron asset model).
5. *OwnUserRead* - Represents the right to display own user information.
6. *OwnUserUpdate* - Represents the right to manage own user information.
7. *LineChartCreate* - Represents the right to create line charts.
8. *LineChartDelete* - Represents the right to delete line charts.
9. *PieChartCreate* - Represents the right to create pie charts.
10. *PieChartDelete* - Represents the right to delete pie charts.
11. *CarpetChartCreate* - Represents the right to create carpet charts.
12. *CarpetChartDelete* - Represents the right to delete carpet charts.
13. *FrequencyChartCreate* - Represents the right to create frequency charts.
14. *FrequencyChartDelete* - Represents the right to delete frequency charts.
15. *SankeyChartCreate* - Represents the right to create Sankey charts.
16. *SankeyChartDelete* - Represents the right to delete Sankey charts.
17. *DashBoardCreate* - Represents the right to create dashboards.
18. *DashBoardDelete* - Represents the right to delete dashboards.
19. *SingleValueCreate* - Represents the right to create value displays.
20. *SingleValueDelete* - Represents the right to delete value displays.
21. *GaugeChartCreate* - Represents the right to create gauges.
22. *GaugeChartDelete* - Represents the right to delete gauges.
23. *TableObjectCreate* - Represents the right to create value tables.
24. *TableObjectDelete* - Represents the right to delete value tables.
25. *AlarmTableCreate* - Represents the right to create event analyses.
26. *AlarmTableDelete* - Represents the right to delete event analyses.
27. *TrafficLightCreate* - Represents the right to create traffic lights.
28. *TrafficLightDelete* - Represents the right to delete traffic lights.
29. *UrlObjectCreate* - Represents the right to create URL objects.
30. *UrlObjectDelete* - Represents the right to delete URL objects.
31. *MapMonitorCreate* - Represents the right to create map monitors.
32. *MapMonitorDelete* - Represents the right to delete map monitors.
33. *BatchObjectCreate* - Represents the right to create batch objects.
34. *BatchObjectDelete* - Represents the right to delete batch objects.
35. *ClockCreate* - Represents the right to create clocks.
36. *ClockDelete* - Represents the right to delete clocks.
37. *ManualValueTableCreate* - Represents the right to create tabular manual value entries.
38. *ManualValueTableDelete* - Represents the right to delete tabular manual value entries.
39. *ReportHolderCreate* - Represents the right to create report views.
40. *ReportHolderDelete* - Represents the right to delete report views.
41. *EventRead* - Represents the right to read events.
42. *BatchRead* - Represents the right to read batches and unit batches.
43. *WebReportCreate* - Represents the right to read WebReports.
44. *WebReportDelete* - Represents the right to delete WebReports.

An application example in combination with permissions in the object model can be found [here](/june5-3.7/en/webanwendung/objektmodell-anlagenmodell.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/funktionale-rechte.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.
