# Organizations

Organizations allow you to manage multiple AWS accounts at once. With Organizations, you can create groups of accounts and then apply policies to those groups.

* **Control access** - with organizations you can create **Service Control Policies (SCPs)** that centrally control AWS service use across multiple AWS accounts.
* **Automate AWS account creation** - you can use AWS Organizations APIs to automate the creation and management of new AWS accounts. The Organizations APIs enable you to create new accounts programmatically, and to add the new accounts to a group. The policies attached to the group are automatically applied to the new account.
* **Consolidated billing** - AWS Organizations enables you to setup a single payment method for all the AWS accounts in your organization through consolidated billing. With consolidated billing you can see a combined view of charges incurred by all your accounts, as well as take advantage of pricing benefits from aggregated usage, such as volume discounts for EC2 and S3.


---

# 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://notebook.iuriioapps.com/cloud/aws/security_and_compliance/organizations.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.
