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

# Organizations

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

## Organization 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/J3fAsa7IZ9mp11gAITjw" alt=""><figcaption><p>Organization Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Organization node, which represents the root of the GCP resource hierarchy.

| Attribute             | Description                                                                             |
| --------------------- | --------------------------------------------------------------------------------------- |
| Display Name          | The human-readable name displayed for the GCP organization (e.g., `labs.forestall.io`). |
| Organization ID       | The unique numeric identifier assigned to the GCP organization.                         |
| Name                  | The full resource name of the organization (e.g., `organizations/741817457432`).        |
| Directory Customer Id | The Google Workspace directory customer ID associated with the organization.            |


---

# 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.forestall.io/fsprotect/gcp-identities/organizations.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.
