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

# Organization Settings

> Configure your organization's profile and preferences.

Organization Settings is the central place to manage everything about your Entri organization. Access it by clicking **Settings** in the sidebar. Changes here affect all projects and members in your organization.

## Settings sections

<CardGroup cols={2}>
  <Card title="General" icon="building">
    Update your organization's name, logo, and other profile details visible across the platform.
  </Card>

  <Card title="Members" icon="users">
    Invite new team members, change roles, view pending invitations, and remove members.
  </Card>

  <Card title="AI" icon="sparkles">
    Configure your Anthropic and OpenAI API keys for AI-assisted translations.
  </Card>

  <Card title="API Keys" icon="key">
    Create and revoke API keys used by the CLI and third-party integrations.
  </Card>
</CardGroup>

## General — Organization profile

In the **General** tab you can:

* **Rename** your organization. The name appears in the app header and in invitation emails.
* **Upload a logo** displayed in the sidebar and on member-facing pages.
* **Transfer ownership** to another existing member of the organization.
* **Delete the organization** — this is a permanent, irreversible action that removes all projects, keys, translations, and members.

<Warning>
  Deleting your organization permanently removes all data. There is no recovery option. Export your data before proceeding.
</Warning>

## AI Settings

Entri's AI translation features require you to bring your own API keys. Configure them under **Settings → AI**.

| Setting           | Description                                            |
| ----------------- | ------------------------------------------------------ |
| Anthropic API key | Your Anthropic API key for Claude-powered translations |
| OpenAI API key    | Your OpenAI API key for GPT-powered translations       |

API keys are encrypted at rest and never exposed in list responses. Once saved, you can see a masked preview of the key (e.g. `sk-...xxxx`).

<Note>
  You need at least one API key configured to use AI translation features. Add the key for the provider you want to use.
</Note>

<Tip>
  Style instructions for AI translations are configured at the project level under **Project Settings → AI**.
</Tip>
