# 平台建置

- [概覽](https://docs.maiagent.ai/tech/platform-development/gai-lan.md)
- [平台環境（SaaS/私有雲/地端）](https://docs.maiagent.ai/tech/platform-development/environments.md)
- [部署架構](https://docs.maiagent.ai/tech/platform-development/architecture.md)
- [雲端模型推論 API 服務](https://docs.maiagent.ai/tech/platform-development/cloud-model-inference-api-service.md)
- [GPU 算力硬體規劃](https://docs.maiagent.ai/tech/platform-development/gpu.md)
- [Celery 週期性任務配置與 OAuth Token 刷新](https://docs.maiagent.ai/tech/platform-development/celery-periodic-tasks.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.maiagent.ai/tech/platform-development.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.
