# TASK MANAGERS

- [Basic tasks](https://help.moonone.online/task-managers/basic-tasks.md): The Basic Task Manager allows you to create and track tasks that don’t require specific forms or workflows.
- [Maintenance tasks](https://help.moonone.online/task-managers/maintenance-tasks.md): The Maintenance tasks manager is designed to track and manage tasks related to servicing malfunctioning equipment.
- [Diagnostics](https://help.moonone.online/task-managers/diagnostics.md): This feature allows you to run diagnostics on devices, detect faulty components, and assign service repairs and statuses in the Maintenance Tasks manager.
- [Workflows & task types](https://help.moonone.online/task-managers/workflows-and-task-types.md): This guide will help you configure workflows and task types so you can flexibly manage the logic of custom tasks.
- [Custom tasks](https://help.moonone.online/task-managers/custom-tasks.md): Custom task managers provide a flexible way to organize work with tasks. They are built on top of pre-configured workflows and task types.


---

# 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://help.moonone.online/task-managers.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.
