# Cài đặt

SDK Kit hỗ trợ Omi OO

## Bạn có thể cài đặt bằng 2 cách&#x20;

### Cách 1: Cài đặt thủ công

* Tải  File cài đặt tại đây <https://github.com/VIHATTeam/OmiKit/archive/refs/tags/1.0.2.zip>
* Sau đó giải nén chúng ta được Framework như hình

<figure><img src="/files/ejMfpDdhC8gKTiIumMml" alt=""><figcaption></figcaption></figure>

* Bước tiếp theo click chuột vào thư mục OmiKit.xcframework sau đó kéo vào bất kỳ nơi nào của Project để sử dụng

<figure><img src="/files/prKAwJQcElcJz1xgAcoO" alt=""><figcaption></figcaption></figure>

* Bước cuối cùng cần vào phần cài đặt Target của Project để cấu hình framework chọn option Embed & Sign framework như hình:
*

```
<figure><img src="/files/nu6s0OlUb2xjkKwyeOEW" alt=""><figcaption></figcaption></figure>
```

### Cách 2: Cài đặt tự động

Chúng ta sẽ sử dụng POD để cài đặt tự động&#x20;

Trong Podfile chúng ta khai báo bổ sung 1 dòng như sau:

*<mark style="color:blue;">pod 'OmiKit', :git => '<https://github.com/VIHATTeam/OmiKit.git>'</mark>*

<figure><img src="/files/0cI9yopgef71VlLMolj4" alt=""><figcaption></figcaption></figure>

* Sau đó vào thư mục gốc chạy lệnh *pod install* để cài đặt tự động

Sau bước cài đặt framework chúng ta đã có thể import vào để sử dụng:

&#x20;

<figure><img src="/files/HjIio2oidSscNsOpCx62" alt=""><figcaption></figcaption></figure>


---

# 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/ios-sdk/cai-dat.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.
