> For the complete documentation index, see [llms.txt](https://docs.botbanhang.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botbanhang.vn/cms-bot-ban-hang-tich-hop-nen-tang/dong-bo-crm-da-kenh/huong-dan-dong-bo-sapo.md).

# Hướng dẫn Đồng bộ SAPO

### 1. Truy cập trang quản lý tài khoản Sapo của bạn. Ví dụ: <https://onlyjusttest.mysapo.net/admin>

### 2. Chọn mục Ứng dụng (1), rồi chọn Ứng dụng riêng(2).

![](/files/-MQkkp0a6Fr4PGbAFq0a)

### 3. Tạo mới Ứng dụng riêng sau đó cấp full quyền cho API.

![Cấp quyền cho API](/files/-MQklA0-oft1yGDkDk2D)

### 4. Ở cửa sổ Ứng dụng riêng, sao chép API key và API Secret ở phần Danh sách quyền.

![Sao chép API Key và API Secret](/files/-MQklKWg4y-DawgQJKE8)

### 5. Dán vào các ô API Key và API Secret vào các ô tương ứng tại Merchant

![Dán API Key và API Secret vào các ô tương ứng](/files/-MQklSBzoN9bjsAS5pSZ)

### 6. Uri chính là tên cửa hàng của bạn, có thể lấy ngay tại đường link của Sapo, sau đó Dán vào ô Uri tại Merchant, ví dụ:

![](/files/-MQkm1ThQUFvVk7dv2Iz)

![](/files/-MQkmMHGfKUkPhzKnhCq)

### 7. Sau khi điền, bắt đầu tiến hành đồng bộ bằng cách ấn vào nút Đồng bộ SAPO.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.botbanhang.vn/cms-bot-ban-hang-tich-hop-nen-tang/dong-bo-crm-da-kenh/huong-dan-dong-bo-sapo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
