# 7.核心特性

本节深入探讨 Spring Boot 的细节。在这里您可以了解您可能想要使用和自定义的关键功能。如果您还没有这样做，您可能需要阅读“[入门](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started)”和“[使用 Spring Boot 进行开发](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using)”部分，以便您有良好的基础知识。


---

# 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/7.-he-xin-te-xing.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.
