# 27.1.6. 欢迎页

Spring Boot支持静态的和模板化的欢迎页。它首先会去配置好的静态内容位置寻找`index.html`文件。如果没找到，则会去寻找 `index`模版。如果找到其中之一，Spring Boot会自动把它当做应用的欢迎页。


---

# 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/27.-developing-web-applications/27.1.-the-spring-web-mvc-framework/27.1.6.-welcome-page.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.
