# Welcome

This documentation is split into **3** broad categories for easy access:

* **Platform Reference** - where you can learn more about the Mitter.io platform and the core concepts
* **Getting Started** - where you can learn how to quickly whip up apps using Mitter.io for Android and the Web
* **SDKs** - where you can explore our SDKs in depth and take full advantage of what they have to offer

Head over to the [Get Mitter.io](https://docs.mitter.io/mitter.io-on-docker) page and get the platform running on your machine.

> **When running the container**
>
> You will have to change the endpoint when using our SDKs to and endpoint serving the docker container. This depends on which ports you have exposed and how you are accessing your docker installation. Refer to the individual SDK documentation on how to override the default API endpoint.
>
> **If using the cloud sandbox**
>
> You can use the SDKs without changing the API URLs. They by default point to the cloud sandbox.

If you’re new to Mitter.io, we would recommend you start by looking into the **Getting Started** section and get a hands-on idea of how Mitter.io works.

After that, you can browse around the core platform concepts to learn more about the platforms and all the APIs that we expose for our service.

Lastly, check out the SDKs section to see how you can leverage the platform features in your app without putting in too much effort writing boilerplate code.

This flow should get you accustomed to Mitter.io and how it works. Nevertheless, feel free to browse around as you feel is best for you.

Want a more detailed guide to the platform and how to build with it? Watch our webinars [here](https://www.youtube.com/watch?v=2EERT1O0CHQ)!

We're excited to see what you build with Mitter.io!


---

# 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/master.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.
