> For the complete documentation index, see [llms.txt](https://claude-docs.mygptmeta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti.md).

# 常见问题

- [这个通道和主站有什么区别？](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti/zhe-ge-tong-dao-he-zhu-zhan-you-shen-me-qu-bie.md)
- [如何使用？如何发送提问？如何新建会话？如何重命名会话？​](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti/ru-he-shi-yong-ru-he-fa-song-ti-wen-ru-he-xin-jian-hui-hua-ru-he-zhong-ming-ming-hui-hua.md)
- [如何退出登录？切换账号？如何切换白天黑夜模式？](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti/ru-he-tui-chu-deng-lu-qie-huan-zhang-hao-ru-he-qie-huan-bai-tian-hei-ye-mo-shi.md)
- [右上角偶尔出现【\["random\_examples'\]data末定义】红字报错怎么办？](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti/you-shang-jiao-ou-er-chu-xian-randomexamplesdata-mo-ding-yi-hong-zi-bao-cuo-zen-me-ban.md)
- [如何开启Claude3.5-Artifacts实时代码预览/渲染模式？](https://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti/ru-he-kai-qi-claude3.5artifacts-shi-shi-dai-ma-yu-lan-xuan-ran-mo-shi.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://claude-docs.mygptmeta.com/shi-yong-jiao-cheng/chang-jian-wen-ti.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.
