> For the complete documentation index, see [llms.txt](https://docs.controlbee.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.controlbee.nl/profiel/bedrijfsbeheer/algemeen-en-api.md).

# Algemeen en API

Algemene bedrijfsinstellingen en de ControlBee-API

## Algemene informatie

De beheerder wijzigt hier:

* **Het bedrijfslogo** — verschijnt in de Word- en PDF-exports
* **Actief/inactief** — bepaalt of het bedrijf actief is in ControlBee en of gebruikers toegang hebben
* **De bedrijfsnaam**
* **De bedrijfsomschrijving**
* **De kleur** die wordt gebruikt om de koppen in PDF- en Word-exports op te maken
* **De taal** van de omgeving

<figure><img src="https://554473028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-254eb5480aeea3b629280e1e83c7dbb515aba40d%2Fprofiel-bedrijfsbeheer-algemeen-en-api-01.png?alt=media" alt="Algemene informatie"><figcaption></figcaption></figure>

## API

ControlBee beschikt over een API waarmee koppelingen kunnen worden gelegd met andere applicaties van het bedrijf of met AI-tools. Om te zien welke functies er op dit moment beschikbaar zijn en om de technische details te raadplegen, kan de bedrijfsbeheerder de link op deze pagina gebruiken. Daarnaast kunnen API-tokens worden aangemaakt, ingezien en verwijderd.

{% hint style="info" %}
Ontbreekt er een functie in de API? Laat via de feedbackknop weten welke functie voor jullie organisatie ontsloten moet worden, dan gaan we daarmee aan de slag.
{% endhint %}

<figure><img src="https://554473028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-702ba18413fe84a22da823db69deae372a5082d1%2Fprofiel-bedrijfsbeheer-algemeen-en-api-02.png?alt=media" alt="API"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.controlbee.nl/profiel/bedrijfsbeheer/algemeen-en-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
