> 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-zeng.md).

# 新增

- [Unsloth 更新](https://unsloth.ai/docs/zh/xin-zeng/changelog.md): Unsloth 最新发布、改进和修复的更新日志。
- [介绍 Unsloth Studio](https://unsloth.ai/docs/zh/xin-zeng/studio.md): 使用 Unsloth Studio 在本地运行和训练 AI 模型。
- [开始使用 Unsloth Studio](https://unsloth.ai/docs/zh/xin-zeng/studio/start.md): 微调工作室、数据配方、模型导出和聊天的入门指南。
- [如何使用 Unsloth Studio 运行模型](https://unsloth.ai/docs/zh/xin-zeng/studio/chat.md): 使用 Unsloth Studio 在本地运行 AI 模型、LLM 和 GGUF。
- [Unsloth Studio 安装](https://unsloth.ai/docs/zh/xin-zeng/studio/install.md): 手动安装 Unsloth Studio，或下载单独的 Unsloth Desktop 应用。
- [Unsloth 数据配方](https://unsloth.ai/docs/zh/xin-zeng/studio/data-recipe.md): 学习如何使用 Unsloth Studio 的数据配方创建、构建和编辑数据集。
- [使用 Unsloth Studio 导出模型](https://unsloth.ai/docs/zh/xin-zeng/studio/export.md): 学习如何将你的 safetensor 或 LoRA 模型文件导出为 GGUF 或其他格式。


---

# 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://unsloth.ai/docs/zh/xin-zeng.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.
