# General

## Base URL & Tenant

The intratool API is tenant-based. Each organization has its own unique system identified by a subdomain (the `{tenant}`).

All API requests must be directed to your specific instance URL:

`https://{tenant}.intratool.de`

### How to use

Replace `{tenant}` with your organization's identifier. For example, if your intratool instance is accessible via `my-company.intratool.de`, your base URL for API requests is `https://my-company.intratool.de`.

## Request Requirements

Please ensure to always send an `Accept` header with the value `application/json`. This will prevent our backend to return HTML views where you don't want to receive them.

> **Note:** Certain requests are restricted to users with administrative permissions. These endpoints are highlighted throughout the documentation.


---

# 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/introduction/general.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.
