# Management API

- [Manage users](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-users.md): Use this section to add/update/view new users in evalink talos.
- [Manage devices](https://sitasys-ag.gitbook.io/evalink-talos/management-api/create-sites-devices.md): Use this section to add/update/delete new sites(devices).
- [Manage groups](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-groups.md): Use this section to add/update/delete new groups of sites(devices).
- [Manage contacts](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-contacts.md): Use this section to add/update/delete new contacts on global (company) level or site (device) level.
- [Manage schedules](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-schedules.md): Use this section to add/update/delete  schedules in evalink talos.
- [Manage virtual receivers](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-virtual-receivers.md): Use this section to add/update/delete new virtual receivers such as DC09, TNA, FlexC V.
- [Manage webhooks](https://sitasys-ag.gitbook.io/evalink-talos/management-api/manage-webhooks.md): Use this section to add and configure webhooks in evalink talos.
- [Manage workflows](https://sitasys-ag.gitbook.io/evalink-talos/management-api/workflows.md): Use this section to manage, update, create and delete workflows. Workflows define standard actions that need to be taken in case of an alarm.


---

# 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://sitasys-ag.gitbook.io/evalink-talos/management-api.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.
