# 第十三章 云应用部署

- [核心应用程序特征](https://accs.mikesay.com/part3/chapter13/core-application-characteristics.md)
- [云应用组件](https://accs.mikesay.com/part3/chapter13/cloud-application-components.md)
- [DevOps](https://accs.mikesay.com/part3/chapter13/devops.md)
- [微服务和无服务架构](https://accs.mikesay.com/part3/chapter13/microservices-and-serverless-architectures.md)
- [应用迁移规划](https://accs.mikesay.com/part3/chapter13/application-migration-planning.md)
- [概要](https://accs.mikesay.com/part3/chapter13/summary.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://accs.mikesay.com/part3/chapter13.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.
