# 2. 获取帮助

如果你在使用Spring Boot时遇到了麻烦，我们很乐意帮忙。

* 尝试[How-to文档](/spring-boot/ix.-how-to-guides.md)。它们为多数常见问题提供解决方案。
* 学习Spring基础知识。Spring Boot是在很多其他Spring项目上构建的，查看[spring.io](http://spring.io/)站点可以获取丰富的参考文档。如果你刚开始使用Spring，可以尝试这些[指导](http://spring.io/guides)中的一个。
* 提问题。我们时刻监控着[stackoverflow.com](http://stackoverflow.com/)上标记为[spring-boot](http://stackoverflow.com/tags/spring-boot)的问题。
* 在[github.com/spring-projects/spring-boot/issues](https://github.com/spring-projects/spring-boot/issues)上报告Spring Boot的bug。

**注**：Spring Boot的一切都是开源的，包括文档。如果你发现文档有问题，或是想提高它们的质量，请[参与进来](http://github.com/spring-projects/spring-boot/tree/master)！


---

# 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/i.-spring-boot-documentation/2.-getting-help.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.
