# 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**](https://docs.api.intratool.de/introduction/general): Base URL, Tenant information, and Request requirements.
* [**Authorization**](https://docs.api.intratool.de/introduction/authorization): Learn how to authenticate and manage tokens.
* [**Field Types and Validation**](https://docs.api.intratool.de/introduction/field-types-and-validation): Understanding data types and input validation.
* [**Query Manipulation**](https://docs.api.intratool.de/introduction/query-manipulation): How to filter and control results.

## 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](https://docs.api.intratool.de/api-reference/infoboard)
* [Manual](https://docs.api.intratool.de/api-reference/manual)
* [Filemanager](https://docs.api.intratool.de/api-reference/filemanager)
* [Forms](https://docs.api.intratool.de/api-reference/forms)
* [Tasks 2.0](https://docs.api.intratool.de/api-reference/tasks-2)
* 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.
