# Welcome to IMbee Docs

### About IMbee SDK <a href="#about-imbee-sdk" id="about-imbee-sdk"></a>

IMbee SDK is a set of tools that help you integrate a messaging features in your existing app. We offer two solutions to accomplish this:

* **IMbeeCore**: low-level library that makes messaging easy
  * Implements `IMbee Messaging Protocol` (IMMP), our own protocol.
  * Send and receive messages
  * Manage conversations: add, remove, kick members...
  * Manage user's contacts
  * Transparent local storage and server syncing
  * ...
* **IMbeeCore** + **IMbeeUI**
  * With IMbeeUI you don't need to build and design your own chat window.

### Get IMbee SDK <a href="#get-imbee-sdk" id="get-imbee-sdk"></a>

IMbee SDK is available for iOS 9+ and Android 4.1+.

{% hint style="info" %}
At this moment IMbee SDK is private. If you are interested in our product get in touch with us at [IMbee Messenger](http://imbeemessenger.com/).
{% endhint %}

<br>


---

# 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.imbee.me/imbee-docs/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.
