# 11.9. 接下来读什么

您现在应该很好地了解了 Spring Boot 的[核心功能](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features)以及 Spring Boot 通过自动配置提供支持的各种技术。

接下来的几节将详细介绍如何将应用程序部署到云平台。您可以在下一节中阅读有关[构建容器映像的信息，或跳至](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#container-images)[生产就绪功能](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator)部分。


---

# 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://doc.shiker.tech/spring-boot-can-kao-wen-dang/11.-io/11.9.-jie-xia-lai-du-shen-me.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.
