> For the complete documentation index, see [llms.txt](https://copier-docs.redfox-capital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copier-docs.redfox-capital.com/extras/huong-dan-su-dung-redfox-service-bot.md).

# Hướng dẫn sử dụng RedFox Service BOT

### Quản lý khách hàng qua BOT

Từ telegram try cập bot @RedFox\_Service\_BOT

Tại đây gõ **/start** để lấy ra các cú pháp hướng dẫn

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

{% code overflow="wrap" %}

```
/create_client [USER_NAME]
Đây là cú pháp create và active cho khách hàng mới. Bạn có thể sử dụng username từ telegram của khách hàng
```

{% endcode %}

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

Sau khi tạo thành công BOT sẽ gen ra 1 token . **Token này sẽ gửi cho khách hàng để add vào EA**

**Tiếp theo quay trở lại channel tín hiệu add 2 BOT sau với quyền admin**

@RedFox\_Service\_BOT và @RFCopierMT4\_Service\_BOT

### Phía khách hàng

Mở MT4 . Trên thanh menu chọn Tools-> Option tick và nhập 2 url như sau. Rồi click OK

<https://api.telegram.org> , <https://service.redfox-capital.com>

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

Tiếp theo add EA to chart và nhập token đã được admin gửi và click ok

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

**Đến đây việc khách hàng đã xong .**


---

# 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://copier-docs.redfox-capital.com/extras/huong-dan-su-dung-redfox-service-bot.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.
