# 常见问题

- [常见问题](https://docs.chatboxai.app/faq/faq.md)
- [付费后，如何重新找回 license？](https://docs.chatboxai.app/faq/faq/find-back-license.md)
- [模型输出乱码怎么办？](https://docs.chatboxai.app/faq/faq/garbled-output.md)
- [我的数据存储在哪里？](https://docs.chatboxai.app/faq/faq/data-storage.md)
- [常见错误代码](https://docs.chatboxai.app/faq/faq/error-codes.md)
- [为什么模型说自己是别的模型？](https://docs.chatboxai.app/faq/faq/model-identity.md)


---

# 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.chatboxai.app/faq.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.
