# 概览

面向高阶用户和生产部署的高级主题。

## 可用指南

* [多 GPU 设置](/guides/guides_v2-zh/gao-ji/multi-gpu-setup.md) - 在多张 GPU 上运行大型模型
* [API 集成](/guides/guides_v2-zh/gao-ji/api-integration.md) - 将 AI 集成到您的应用中
* [批处理](/guides/guides_v2-zh/gao-ji/batch-processing.md) - 高效处理大规模工作负载
* [CLI 自动化指南](/guides/guides_v2-zh/gao-ji/cli-automation.md) - 使用 clore CLI 自动化 GPU 租用
* [Python SDK 指南](/guides/guides_v2-zh/gao-ji/python-sdk.md) - 面向开发的完整 Python SDK 指南


---

# 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.clore.ai/guides/guides_v2-zh/gao-ji/advanced.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.
