# 48. 接下来阅读什么

如果想了解本章节讨论类的更多内容，你可以查看[Spring Boot API文档](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/api)，或直接浏览[源码](https://github.com/spring-projects/spring-boot/tree/v2.0.0.RELEASE)。如果有特别问题，可以参考[how-to](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/reference/htmlsingle/#howto)章节。

如果已熟悉Spring Boot的核心特性，你可以继续并查看[production-ready特性](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/reference/htmlsingle/#production-ready)。


---

# 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://jack80342.gitbook.io/spring-boot/iv.-spring-boot-features/48.-what-to-read-next.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.
