# 2. 寻求帮助

如果您在使用 Spring Boot 时遇到问题，我们很乐意提供帮助。

* 尝试操作[方法文档](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto)。他们提供最常见问题的解决方案。
* 学习 Spring 基础知识。Spring Boot 构建在许多其他 Spring 项目之上。检查[spring.io](https://spring.io/)网站以获取大量参考文档。如果您刚开始使用 Spring，请尝试其中一个[指南](https://spring.io/guides)。
* 问一个问题。我们监控[stackoverflow.com](https://stackoverflow.com/)是否有标记为[`spring-boot`](https://stackoverflow.com/tags/spring-boot) 的问题。
* 在[github.com/spring-projects/spring-boot/issues](https://github.com/spring-projects/spring-boot/issues)报告 Spring Boot 的错误。

> Spring Boot 的所有内容都是开源的，包括文档。如果您发现文档存在问题或者想要改进它们，请[参与其中](https://github.com/spring-projects/spring-boot/tree/v3.2.0)。


---

# 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/2.-xun-qiu-bang-zhu.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.
