# 基础教程

- [模型配置](https://docs.chatboxai.app/guides/providers.md)
- [如何在 Chatbox 中配置 OpenRouter](https://docs.chatboxai.app/guides/providers/openrouter.md)
- [如何将 Chatbox 连接到远程 Ollama 服务：逐步指南](https://docs.chatboxai.app/guides/providers/ollama.md)
- [如何将 Chatbox 连接到 LM Studio：分步指南](https://docs.chatboxai.app/guides/providers/lm-studio.md)
- [导入第三方提供方配置](https://docs.chatboxai.app/guides/providers/import-config.md)
- [联网模式](https://docs.chatboxai.app/guides/lian-wang-mo-shi.md)
- [键盘快捷键](https://docs.chatboxai.app/guides/shortcuts.md)
- [MCP](https://docs.chatboxai.app/guides/mcp.md)
- [本地知识库教程](https://docs.chatboxai.app/guides/knowledge-base.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/guides.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.
