> For the complete documentation index, see [llms.txt](https://guides.gresb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.gresb.com/completingassessments/other/ai-search-statement.md).

# AI Search Statement

## AI-Supported Search Statement

*GRESB Guides includes an AI-powered search feature designed to help users navigate and summarize published guidance more efficiently. The feature generates responses using artificial intelligence based exclusively on content available within GRESB Guides.*

*While the feature is intended to reflect the guidance accurately, AI-generated responses may occasionally contain inaccuracies or may not capture the full context of the underlying guidance. For this reason, AI-generated responses should not be considered authoritative interpretations of GRESB guidance.*

*In the event of any discrepancy, the official GRESB Guides and GRESB Standards shall prevail.*

*Use of the AI-powered search feature may involve processing of technical information by the GitBook platform. For more information on how GRESB handles personal data and third-party services, please refer to the* [*GRESB Privacy Statement.*](https://www.gresb.com/gresb-privacy-statement/)

*If you encounter any issues or notice answers that appear misleading, please feel free to contact the* [*GRESB Helpdesk*](mailto:info@gresb.com) *for clarification.*

***

#### *Recommendation for Successful Use*

The AI search feature generates responses using content from across GRESB Guides. As a result, answers may occasionally draw from guidance related to a different assessment than the one intended in the question.&#x20;

GRESB recommends stating the intended assessment in the question to help ensure responses are properly contextualized.

> :white\_check\_mark: Ask: *How does GRESB score GHG emissions in the Real Estate Assessment?*
>
> :x: Instead of: *How does GRESB score GHG?*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.gresb.com/completingassessments/other/ai-search-statement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
