# Trường hợp sử dụng

Các dRamp thủ công có thể cung cấp các hoạt động phức tạp hơn so với các dRamp tự động:

* **Thanh toán học phí của người dùng:** Sau khi đốt các token được người dùng gửi cho họ, các quản trị viên của dRamp gửi số tiền họ đã đốt đến các cơ sở giáo dục của người dùng để thanh toán học phí của họ.
* **Thanh toán cho các dịch vụ:** Một số người dùng có thể không thể thanh toán cho một số dịch vụ cụ thể (như Netflix, Mua sắm trên Amazon, v.v.) bằng các phương thức thanh toán mà họ có quyền truy cập; các dRamp thủ công có thể nhận token tFIAT từ những người dùng đó, đốt các token và thanh toán cho các dịch vụ đó thay mặt cho người dùng.
* **Chuyển tiền:** gửi/đưa tiền mặt cho mọi người thay mặt cho người dùng.


---

# 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.payswap.org/tieng-viet/products/dramps/use-cases.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.
