> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ingestly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization settings

> View and manage your Ingestly organization details.

The **Organization** settings page lets you view and update your organization's profile.

## Viewing organization details

Go to **Settings** → **Organization** to see your organization name and other account details.

## Updating your organization name

1. Go to **Settings** → **Organization**
2. Edit the **Name** field
3. Click **Save**

## Requiring two-factor authentication

You can require every member of the organization to use two-factor authentication.

1. Go to **Settings** → **Organization**
2. Toggle **Require Two-Factor Authentication**

When enabled, all users in this organization are prompted to set up two-factor authentication. The toggle label reads **Required** when on and **Optional** when off.

## Deleting your organization

<Warning>Deleting your organization disables access for all users in it. It is recoverable: contact support to reactivate the organization.</Warning>

Deleting an organization is a soft-deactivation, not a permanent erase. Access is disabled for everyone, but the organization can be restored by contacting support.

To delete your organization:

1. Go to **Settings** → **Organization**
2. Click **Delete organization**
3. Type the organization's exact name to confirm, then confirm the action

Deletion requires the `Account.Organization.Delete` permission.

## Permissions

Managing organization settings requires **Account.Organization** permissions:

| Permission                    | Description                           |
| ----------------------------- | ------------------------------------- |
| `Account.Organization.Read`   | View organization details             |
| `Account.Organization.Update` | Update organization name and settings |
| `Account.Organization.Delete` | Delete the organization               |

<Note>Organizations are provisioned automatically. There is no `Account.Organization.Create` permission.</Note>
