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

# 新

- [Unsloth Studio 介绍](https://unsloth.ai/docs/zh/xin/studio.md): 使用 Unsloth Studio 在本地运行和训练 AI 模型。
- [开始使用 Unsloth Studio](https://unsloth.ai/docs/zh/xin/studio/start.md): 一份关于开始使用微调工作室、数据配方、模型导出和聊天的指南。
- [如何使用 Unsloth Studio 运行模型](https://unsloth.ai/docs/zh/xin/studio/chat.md): 使用 Unsloth Studio 在本地运行 AI 模型、LLM 和 GGUF。
- [Unsloth Studio 安装](https://unsloth.ai/docs/zh/xin/studio/install.md): 了解如何在你的本地设备上安装 Unsloth Studio。
- [Unsloth 数据配方](https://unsloth.ai/docs/zh/xin/studio/data-recipe.md): 了解如何使用 Unsloth Studio 的数据配方创建、构建和编辑数据集。
- [使用 Unsloth Studio 导出模型](https://unsloth.ai/docs/zh/xin/studio/export.md): 了解如何将你的 safetensor 或 LoRA 模型文件导出为 GGUF 或其他格式。
- [Unsloth 更新](https://unsloth.ai/docs/zh/xin/changelog.md): Unsloth 最新版本、改进和修复的更新日志。


---

# 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:

```
GET https://unsloth.ai/docs/zh/xin.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.
