> For the complete documentation index, see [llms.txt](https://help.maphubs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maphubs.com/forest-analytics/forest-report.md).

# Forest Report

{% hint style="info" %}
The Forest Report feature is an add-on feature that must be enabled on your MapHubs portal, please contact <support@maphubs.com> for more info
{% endhint %}

To access Forest Report, first click on a feature in a MapHubs map, then click *Open Feature Page*

![](/files/-LIDPvFU7UUCcUl-W4YV)

On the feature page, click the *Forest Report* tab

{% hint style="info" %}
If you do not see the tab, check that you are logged in, and that your MapHubs portal has Forest Report enabled, or contact us at <support@maphubs.com>
{% endhint %}

![](/files/-LIDQ8nc88Ny1vM8H9ld)

The report shows datasets include tree cover, tree cover loss, daily GLAD forest alerts, and Intact Forest Landscapes.

![](/files/-LIDQr8bOEjtWK5WBjhp)

Scroll down on the left to view additional data

![](/files/-LIDROYdyHRq318YP0da)

Click the toggles to turn layers on/off in the map

![](/files/-LIDSIatMwrFQsgp4dl0)

In the Forest Alert section clicking a day in the calendar site will filter the display to that detection date and update the map

![](/files/-LIDRlbyp0RNfjKq_XkH)

Download the GeoJSON file for the alerts, and then [upload it](/data/uploading-data.md) to a MapHubs Group to include it in a custom map

![](/files/-LIDS5iXh9H1i2N0W_a5)

Select additional base map options including satellite imagery from the map tools menu

![](/files/-LIDSc0YUiJM-cQW7ZHk)


---

# 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://help.maphubs.com/forest-analytics/forest-report.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.
