# Organisaties

Oswald is onderverdeeld in verschillende organisaties. Nadat je aangemeld bent, zie je een overzicht van de organisaties waar jij toegang tot hebt. Als je op een organisatie klikt, zie je een overzicht van de chatbots in de organisatie (waar jij toegang tot hebt). Elke chatbot heeft twee statussen:

* De status van de chatbot in development
* De status van de chatbot in productie

Er zijn drie mogelijke statussen:

| Naam       | Beschrijving                                                                                                                                            |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `READY`    | De chatbot is klaar en er zijn geen [kritieke fouten](/docs/functionele-documentatie/overige-functionaliteiten/fouten.md#kritieke-fouten) gedetecteerd. |
| `ERROR`    | Er is een [kritieke fout](/docs/functionele-documentatie/overige-functionaliteiten/fouten.md#kritieke-fouten) gedetecteerd.                             |
| `STARTING` | De onderliggende engine voor de chatbot is aan het opstarten. De chatbot zal niet werken totdat hij opgestart is en de status `READY` aangeeft.         |
| `OFFLINE`  | De onderliggende engine voor de chatbot is niet actief. De chatbot zal dus niet werken.                                                                 |

Let op dat als je geen licentie hebt aangekocht bij Oswald, de status van de chatbot automatisch op `OFFLINE` komt te staan na dertig minuten.

Verder in dit document lees je meer over hoe je kritieke fouten kunt oplossen.

![](/files/-L_IPq6ypMbzgyDabi7j)

![](/files/-L_IPthh4-xzoQ9kR3Zc)


---

# 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://oswaldai.gitbook.io/docs/functionele-documentatie/inleiding/organisaties.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.
