> For the complete documentation index, see [llms.txt](https://docs.wriai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wriai.com/tai-khoan/nang-vip/su-dung-hop-ly.md).

# Sử dụng hợp lý

Mặc dù bạn có thể nâng cấp gói sử dụng không hạn chế số lượng từ trong 1 tháng. Tuy nhiên do hạn chế từ đối tác OpenAI (theo giờ và theo request). OpenAI giới hạn số lượng từ được tạo ra theo giờ để tránh tình trạng lạm dụng như Robot, sinh content hàng loạt.&#x20;

Vì thế bạn vẫn có thể gặp 1 số hạn chế khi bạn yêu cầu AI sinh nội dung quá nhanh.

Thông thường khi tạo nội dung quá nhanh bạn sẽ thấy 1 thông báo

![](/files/IAb3Ly5FpZ4wWcXPiVFM)

Thời gian để chờ AI xử lý và đóng thông báo có thể trong vòng 60s đến 120s.&#x20;

Chúng tôi xin lỗi vì chưa có giải pháp hoàn hảo cho vấn đề này. Và rất hy vọng bạn sử dụng thời gian này để hiệu chỉnh bài viết hợp lý hơn.&#x20;


---

# 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.wriai.com/tai-khoan/nang-vip/su-dung-hop-ly.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.
