# Forests

The `Forests` page provides a list of enumerated Forests in Active Directory.

<figure><img src="/files/rTH3D8oTFm1CtBbU471p" alt=""><figcaption><p>Forests</p></figcaption></figure>

## Forest Details

The Details page includes the `Details` tab, `Domains` tab, and a `Visualize` button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/ovzab62HwcRtxdmxhr1x" alt=""><figcaption><p>Forest Details</p></figcaption></figure>

## Information

Details tab contains attributes below about forest.

| Attribute             | Description                                                                                                                                                                     |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Forest Mode**       | The operating mode of the forest. ([Field reference](https://learn.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.forestmode?view=windowsdesktop-7.0)) |
| **Forest Mode Level** | The operating mode level of the forest. ([Field reference](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/d49624d0-9320-4368-8b0c-a7998ac2abdb))         |
| **Schema**            | Distinguished Name of the Schema of the forest.                                                                                                                                 |
| **Schema Role Owner** | Domain controller that holds the FSMO schema master role for the forest.                                                                                                        |
| **Naming Role Owner** | Domain controller that holds the FSMO naming master role for the forest.                                                                                                        |

## Domains

Domains tab contains a list of `domains` in the forest. You can go to the details page of the domain object by clicking the name.

<figure><img src="/files/mEsjHHat0o2ppICJGFJT" alt=""><figcaption><p>Domains</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.forestall.io/fsprotect/ad-identities/forests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
