# 附录B.2. 提供人工提示

为了优化用户体验，协助用户配置一个给定的属性，你可以提供额外的元数据：

* 描述一个属性的可能值的列表。
* 联系提供者，将良好定义的语义添加到属性上。这样，工具就可以基于工程的上下文，发现可能值的列表。


---

# 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/x.-appendices/b.-configuration-metadata/b.2-providing-manual-hints.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.
