> For the complete documentation index, see [llms.txt](https://docs.seasketch.org/seasketch-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seasketch.org/seasketch-documentation/users-guide/sketching-tools/reports.md).

# Reports

{% hint style="info" %}
This article covers:

Reports

* [Generating reports](#generating-reports)
* [Navigating reports](#navigating-reports)
* [Viewing report layers](#viewing-report-layers)
  {% endhint %}

## Reports

### Generating reports

To generate a report, simply right click the name of the area or network in the left panel and hit <img src="/files/wnAcvpGlKaR0oZpRimO7" alt="" data-size="line"> in the dropdown menu

<figure><img src="/files/VTHE0p4Cw0bKNGswlTGt" alt=""><figcaption></figcaption></figure>

### Navigating reports

Reports contain at least two sections which you can navigate between using the tabs at the top of the report window. Two common sections are 'Viability' and 'Representation', as shown below. Scrolling down, you can view the various components of the current section.

<figure><img src="/files/cMTZPSJ2Sl81OxzIBEeh" alt=""><figcaption></figcaption></figure>

### Viewing report layers

Each report metric is calculated using a specific data layer. You can view the associated layer in the map viewer with the 'Map' toggle <img src="/files/aSHIklLw4PheSYZm80hs" alt="" data-size="line"> located to the right of the report item.

<figure><img src="/files/8V4X4SHe68wlGUxFFJQv" alt=""><figcaption></figcaption></figure>


---

# 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://docs.seasketch.org/seasketch-documentation/users-guide/sketching-tools/reports.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.
