# Home

Welcome to the intratool API documentation. This guide details the available endpoints and resources for integrating with the intratool platform.

## Introduction

Please refer to the **Introduction** section for essential topics before making API requests:

* [**General**](/introduction/general.md): Base URL, Tenant information, and Request requirements.
* [**Authorization**](/introduction/authorization.md): Learn how to authenticate and manage tokens.
* [**Query Manipulation**](/introduction/query-manipulation.md): How to filter and control results.
* [**Assignment and Targeting**](/introduction/assignment-and-targeting.md): Configure static and dynamic user or department assignments.
* [**Entity Permissions**](/introduction/entity-permissions.md): Understand content-level permissions and restricted scopes.
* [**System Variables**](/introduction/system-variables.md): Use dynamic values in automations and templates.
* [**Additional Attributes**](/introduction/additional-attributes.md): Work with configurable fields for supported entities.

## API Reference

The **API Reference** contains detailed documentation for all modules and endpoints. You can navigate through the specific sections in the sidebar, such as:

* [Infoboard](/api-reference/infoboard.md)
* [Manual](/api-reference/manual.md)
* [Filemanager](/api-reference/filemanager.md)
* [Forms](/api-reference/forms.md)
* [Tasks 2.0](/api-reference/tasks-2.md)
* and more.


---

# 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.api.intratool.de/readme.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.
