> For the complete documentation index, see [llms.txt](https://docs.myshirtai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myshirtai.com/question.md).

# 常见问题

- [如何使用兑换码兑换积分](https://docs.myshirtai.com/question/ru-he-shi-yong-dui-huan-ma-dui-huan-ji-fen.md)
- [模型平台创建连接响应异常](https://docs.myshirtai.com/question/mo-xing-ping-tai-chuang-jian-lian-jie-xiang-ying-yi-chang.md)
- [为什么GPT不知道自己身份？](https://docs.myshirtai.com/question/wei-shen-me-gpt-bu-zhi-dao-zi-ji-shen-fen.md)
- [如何调整上下文携带条目数](https://docs.myshirtai.com/question/ru-he-tiao-zheng-shang-xia-wen-xie-dai-tiao-mu-shu.md)
- [ShirtAI-S和内置应用有什么区别](https://docs.myshirtai.com/question/shirtais-he-nei-zhi-ying-yong-you-shen-me-qu-bie.md)
- [ShirtAI-4和ShirtAI-S模型输出缓慢](https://docs.myshirtai.com/question/shirtai4-he-shirtais-mo-xing-shu-chu-huan-man.md)
- [这么多AI模型，我到底怎么选？](https://docs.myshirtai.com/question/zhe-me-duo-ai-mo-xing-wo-dao-di-zen-me-xuan.md): 目前网站支持 GPT3.5、 GPT4.0、 文心一言、讯飞星火、阿里通义千问等等大模型。模型有这么多，应该怎么选呢？这里可以参考一下各个评测机构的数据。
- [AI绘画错误问题汇总](https://docs.myshirtai.com/question/ai-hui-hua-cuo-wu-wen-ti-hui-zong.md)
- [关于AI作品版权](https://docs.myshirtai.com/question/guan-yu-ai-zuo-pin-ban-quan.md)
- [4K、HD等所谓的Rendering词有用吗？](https://docs.myshirtai.com/question/4khd-deng-suo-wei-de-rendering-ci-you-yong-ma.md)
- [咒语的词语顺序会影响结果吗？](https://docs.myshirtai.com/question/zhou-yu-de-ci-yu-shun-xu-hui-ying-xiang-jie-guo-ma.md)


---

# 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.myshirtai.com/question.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.
