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

# Organizations

**Organizations**

The Organizations page provides a list of enumerated AWS Organizations. The list contains the Master Account ID, Master Account Email, Feature Set, Risk Score, Exposure Point and Issue Counts.

<figure><img src="/files/9NXzzWs0yqawAMkDR8pB" alt=""><figcaption><p>Organizations</p></figcaption></figure>

***

**Organization Details**

Details page contains the Risk Score of the organization, Exposure Point, Information and Issues panes.

You can analyze objects in the Graph module by clicking the Visualize button on the upper left side of the Information Pane.

<figure><img src="/files/GyGSbYwsFBjrLgNv0h41" alt=""><figcaption><p>Organization Details</p></figcaption></figure>

***

**Information**

Information Pane contains Details and Accounts tabs.

***

**Details**

Details tab contains attributes below about the AWS Organization object.

| Attribute              | Description                                                                                                 |
| ---------------------- | ----------------------------------------------------------------------------------------------------------- |
| Organization ID        | The unique identifier assigned to the AWS Organization.                                                     |
| Master Account ID      | The AWS account ID of the management (master) account that owns the organization.                           |
| Master Account Email   | The email address associated with the management account of the organization.                               |
| Feature Set            | The feature set enabled for the organization (e.g., ALL or CONSOLIDATED\_BILLING); blank if not applicable. |
| ARN                    | The Amazon Resource Name that uniquely identifies the AWS Organization; blank if not available.             |
| Available Policy Types | The policy types currently enabled in the organization (e.g., SERVICE\_CONTROL\_POLICY).                    |
| Object ID              | The unique identifier of the organization object, equivalent to the Organization ID.                        |

***

**Accounts**

Accounts tab contains a list of AWS accounts that are members of the organization.

<figure><img src="/files/LrXBFn5Q44Ex41bKbar1" alt=""><figcaption><p>Accounts</p></figcaption></figure>

***

**Issues**

Issues pane contains identified security issues on the AWS Organization object.

<figure><img src="/files/KShvjuND50XDhWD7ZQe1" alt=""><figcaption><p>Issues</p></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.forestall.io/fsprotect/aws-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.
