# Platform Reference

- [Introduction](https://docs.mitter.io/platform-reference-1/platform-reference.md): The entire in-depth documentation of the Mitter.io platform
- [Concepts](https://docs.mitter.io/platform-reference-1/concepts.md): Core concepts of the mitter platform
- [Authorization and Access](https://docs.mitter.io/platform-reference-1/authorization-and-access.md): Accessing mitter APIs
- [Calling the APIs](https://docs.mitter.io/platform-reference-1/calling-the-apis.md)
- [Users](https://docs.mitter.io/platform-reference-1/users.md)
- [Channels](https://docs.mitter.io/platform-reference-1/channels.md)
- [Channel Streams and Typing Indicators](https://docs.mitter.io/platform-reference-1/channels/channel-streams-and-typing-indicators.md)
- [Messages](https://docs.mitter.io/platform-reference-1/messages.md)
- [Delivery Endpoints (Push Notifications)](https://docs.mitter.io/platform-reference-1/delivery-endpoints.md)
- [Federated Authentication](https://docs.mitter.io/platform-reference-1/federated-authentication.md)
- [Basic Permissions and Privileges](https://docs.mitter.io/platform-reference-1/basic-permissions-and-privileges.md)
- [ACLs and Advanced Permission Model](https://docs.mitter.io/platform-reference-1/acls-and-advanced-permission-model.md)
- [Metadata](https://docs.mitter.io/platform-reference-1/metadata.md): The Metadata reference


---

# 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.mitter.io/platform-reference-1.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.
