> 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/lender/getting-started/data-sharing-and-confidentiality.md).

# Data Sharing & Confidentiality

### Access to Submitted Data

<details>

<summary>Who can see my assessment response?</summary>

Data is submitted to GRESB through a secure online platform. It can only be seen by current GRESB staff and, to a more limited extent, authorized personnel from GRESB’s third-party validation provider, Sustainability Assurance Services (SAS).

</details>

### Access to Assessment Results

<details>

<summary>Who can see my assessment results?</summary>

GRESB Scores are not made public. Results and data output of the GRESB Real Estate Assessment are only disclosed to the participants themselves.

</details>

### Participant Disclosure & Visibility

<details>

<summary>Who can see my participation status?</summary>

GRESB does not disclose a participant’s data to other participants as a default.

An entity’s participation status is disclosed in the following locations:

* **In the Benchmark Report**
  * **Non-listed entities:** The Entity & Peer Group Characteristics Table discloses the fund manager's name and the names of its private peer constituents.
  * **Listed entities:** The Entity & Peer Group Characteristics table discloses the entity name and the names of its listed peer group constituents.
* **In the** [**GRESB Participant Directory** ](https://www.gresb.com/nl-en/gresb-participant-members/)
  * **Non-listed entities:** GRESB displays the fund manager's name.
  * **Listed entities**: GRESB displays the entity name.

</details>

### Data Protection & Security

<details>

<summary>GDPR Compliance</summary>

GRESB is fully compliant with GDPR. The GRESB Privacy Statement can be found [here](https://www.gresb.com/nl-en/gresb-privacy-statement/). We also have specific internal policies, such as our Data Breach Policy and our Data Protection Policy, related to GDPR that we cannot share externally for security reasons. Please note that asset-level data does not fall under the incidence of GDPR because it does not contain any personal data.

</details>

<details>

<summary>Cybersecurity</summary>

GRESB’s data security measures and systems have been reviewed by an external expert and no issues were flagged. The GRESB website and the GRESB Portal are fully HTTPS/TLS encrypted. GRESB has strict and extensive policies on data security that cannot be shared externally for security reasons.

</details>

<br>


---

# 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/lender/getting-started/data-sharing-and-confidentiality.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.
