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

# Organization Settings

> Name your workspace — the shared container that holds your agents, contacts, team, and billing.

Your **organization** is the workspace everything in A2V2.ai belongs to: your agents,
their knowledge bases, your contacts, your team, and your plan. Naming it clearly
matters once you have teammates — the organization name is how your workspace is
identified across the product.

Open **Settings → Organization** from the dashboard sidebar. The page is titled
**Organization**, with the subtitle "Manage your organization's name and details."

## Prerequisites

* You must be the organization **Owner** to change the name. Admins and Users can view
  this page but the field is read-only for them. See [Members & roles](/settings/members-and-roles).

## Rename your organization

<Steps>
  <Step title="Open organization settings">
    From the dashboard sidebar, select **Settings → Organization**.

    <Frame>
      <img src="https://mintcdn.com/a2v2ai/ItYQQYTHsiiRmr-t/images/settings/organization.png?fit=max&auto=format&n=ItYQQYTHsiiRmr-t&q=85&s=2e5a08af2b2fca00ef12697f33fb1b25" alt="The Organization settings screen with the Organization Name field and a Save button." width="1200" height="710" data-path="images/settings/organization.png" />
    </Frame>
  </Step>

  <Step title="Edit the name">
    Update **Organization Name**. It must be between 3 and 100 characters.
  </Step>

  <Step title="Save">
    Save your change. You'll see "Organisation name updated successfully."
  </Step>
</Steps>

## Fields reference

| Field                 | What it controls                          | Notes                                    |
| --------------------- | ----------------------------------------- | ---------------------------------------- |
| **Organization Name** | The display name for your whole workspace | Owner-only · 3–100 characters · required |

<Note>
  An **organization** is your workspace; an **account** is your personal login. One
  account belongs to one organization. Everyone you invite joins this same organization
  and shares its agents, contacts, and credits.
</Note>

<Tip>
  If your company runs A2V2.ai for several brands or clients, put the company or brand
  name here so teammates and audit logs make sense at a glance. Individual agents are
  named separately when you [create them](/building/create-agent).
</Tip>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The Organization Name field is read-only for me">
    Only the organization **Owner** can rename the workspace. If you need a change, ask
    your Owner, or have them transfer ownership. See [Members & roles](/settings/members-and-roles).
  </Accordion>

  <Accordion title="My new name won't save">
    The name must be 3–100 characters. Names that are too short or too long are rejected.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Members & roles" icon="users" href="/settings/members-and-roles">
    Invite teammates into this organization and set their roles.
  </Card>

  <Card title="Billing & plans" icon="credit-card" href="/billing/plans">
    Manage the subscription, credits, and add-ons for this organization.
  </Card>

  <Card title="Your profile" icon="user" href="/settings/profile">
    Set your personal name and picture.
  </Card>

  <Card title="Audit logs" icon="list-check" href="/settings/audit-logs">
    Review activity across the organization.
  </Card>
</CardGroup>
