# MOBILE SDK

- [Tổng Quan](https://api.omicall.com/sdk/mobile-sdk/tong-quan.md)
- [Tại sao lại sử dụng OMICALL](https://api.omicall.com/sdk/mobile-sdk/tai-sao-lai-su-dung-omicall.md)
- [Định nghĩa đầu số](https://api.omicall.com/sdk/mobile-sdk/dinh-nghia-dau-so.md): mô tả các đầu số trong tổng đài, ý nghĩa, định dạng từng loại đầu số
- [Các SDK Hỗ Trợ](https://api.omicall.com/sdk/mobile-sdk/cac-sdk-ho-tro.md)
- [Tài khoản đăng nhập](https://api.omicall.com/sdk/mobile-sdk/tai-khoan-dang-nhap.md)
- [IOS SDK](https://api.omicall.com/sdk/mobile-sdk/ios-sdk.md)
- [Cấu hình Push Notification](https://api.omicall.com/sdk/mobile-sdk/ios-sdk/cau-hinh-push-notification.md)
- [Cài đặt](https://api.omicall.com/sdk/mobile-sdk/ios-sdk/cai-dat.md): Cài đặt SDK IOS
- [Khởi tạo SDK](https://api.omicall.com/sdk/mobile-sdk/ios-sdk/khoi-tao-sdk.md)
- [Xử lý các sự kiện](https://api.omicall.com/sdk/mobile-sdk/ios-sdk/xu-ly-cac-su-kien.md)
- [Android SDK](https://api.omicall.com/sdk/mobile-sdk/android-sdk.md): Hướng dẫn chi tiết việc tích hợp vào OMICALL SDK trên Android
- [Cấu hình SDK](https://api.omicall.com/sdk/mobile-sdk/android-sdk/cau-hinh-sdk.md)
- [Cấu hình Push Notification](https://api.omicall.com/sdk/mobile-sdk/android-sdk/cau-hinh-push-notification.md)
- [Khởi tạo SDK](https://api.omicall.com/sdk/mobile-sdk/android-sdk/khoi-tao-sdk.md)
- [Lắng nghe các sự kiện](https://api.omicall.com/sdk/mobile-sdk/android-sdk/lang-nghe-cac-su-kien.md)
- [Flutter SDK](https://api.omicall.com/sdk/mobile-sdk/flutter-sdk.md)
- [React-Native SDK](https://api.omicall.com/sdk/mobile-sdk/react-native-sdk.md)


---

# 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://api.omicall.com/sdk/mobile-sdk.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.
