> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/gcp-identities/folders.md).

# Folders

The `Folders` page provides a list of enumerated Folders in GCP.

## Folders Details

The Details page includes the `Details` 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/qktlhu6aXyWLsClV9t41" alt=""><figcaption><p>Folder Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Folder, which is used to group projects and apply policies at an intermediate level within the organization hierarchy.

| Attribute    | Description                                                                                                                    |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| Display Name | The human-readable name of the folder (e.g., `Test Folder`).                                                                   |
| Parent       | The parent resource of this folder, which can be an organization or another folder (e.g., `labs.forestall.io (organization)`). |
| Name         | The full resource name of the folder (e.g., `folders/797227506098`).                                                           |
| Folder Id    | The unique numeric identifier assigned to the folder.                                                                          |
| Id           | Internal identifier for the folder entry.                                                                                      |
| State        | The lifecycle state of the folder (e.g., `Active`).                                                                            |
| Create Time  | The timestamp when the folder was created.                                                                                     |
| Update Time  | The timestamp when the folder was last updated.                                                                                |
| Delete Time  | The timestamp when the folder was deleted, if applicable. Displays `N/A` if not deleted.                                       |


---

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

```
GET https://docs.forestall.io/fsprotect/gcp-identities/folders.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.
