> 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/data.md).

# Leveraging your Data

- [Results Insights](https://guides.gresb.com/completingassessments/data/results-insights.md)
- [Benchmark Report](https://guides.gresb.com/completingassessments/data/results-insights/benchmark-report.md): How to Read your 2026 Real Estate Benchmark Report
- [Pre-Defined Peer Groups](https://guides.gresb.com/completingassessments/data/results-insights/benchmark-report/pre-defined-peer-groups.md)
- [Customized Peer Group](https://guides.gresb.com/completingassessments/data/results-insights/benchmark-report/customized-peer-group.md)
- [Aggregation Handbook](https://guides.gresb.com/completingassessments/data/results-insights/aggregation-handbook.md): Understand how GRESB aggregates asset-level performance metrics.
- [Sector Leaders](https://guides.gresb.com/completingassessments/data/results-insights/sector-leaders.md)
- [Score Contribution](https://guides.gresb.com/completingassessments/data/results-insights/score-contribution.md): Get deeper insight into how individual assets contribute to an entity's GRESB Score.
- [Standards Insights Methodology Report](https://guides.gresb.com/completingassessments/data/results-insights/standards-insights-methodology-report.md)
- [Asset Analysis](https://guides.gresb.com/completingassessments/data/asset-analysis.md)
- [Asset Analytics](https://guides.gresb.com/completingassessments/data/asset-analysis/asset-analytics.md): Review live and submitted asset-level performance metrics.
- [Simulated Asset Scoring](https://guides.gresb.com/completingassessments/data/asset-analysis/simulated-asset-scoring.md): Bring GRESB scoring logic into your investment decisions.
- [Asset Benchmarking](https://guides.gresb.com/completingassessments/data/asset-analysis/asset-benchmarking.md): Formerly REAL Benchmarks
- [GRESB Estimation Model](https://guides.gresb.com/completingassessments/data/asset-analysis/gresb-estimation-model.md)
- [Portfolio Analysis](https://guides.gresb.com/completingassessments/data/analysis.md)
- [Data Exporter](https://guides.gresb.com/completingassessments/data/analysis/data-exporter.md): Download data points from across the Real Estate assessments.
- [Portfolio Analysis Tool](https://guides.gresb.com/completingassessments/data/analysis/portfolio-analysis-tool.md): Generate score analysis for a combination of funds.
- [Carbon Footprint Dashboard](https://guides.gresb.com/completingassessments/data/analysis/carbon-footprint-dashboard.md): Get an estimation of the total energy consumption and GHG emissions for combinations of funds.


---

# 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/data.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.
