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

# 高级

- [概览](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/advanced.md)
- [Python SDK 指南](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/python-sdk.md): 完整的 Python SDK 指南——同步/异步客户端、市场筛选、订单生命周期、现货市场、钱包操作和错误处理
- [CLI 自动化](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/cli-automation.md): 使用 clore CLI 自动化 GPU 租用——bash 脚本、CI/CD 流水线、监控和批量操作
- [多 GPU 设置](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/multi-gpu-setup.md): 在 Clore.ai 上跨多张 GPU 运行大型 AI 模型
- [API 集成](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/api-integration.md): 将运行在 Clore.ai 上的 AI 模型集成到您的应用中
- [批处理](https://docs.clore.ai/guides/guides_v2-zh/gao-ji/batch-processing.md): 在 Clore.ai 的 GPU 上高效处理大规模 AI 工作负载


---

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