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

# General Organisation Settings

> Configure your organization's basic settings and information

## Overview

General settings allow you to configure your organization's basic information including the organization name. Only Admins and Owners can modify these settings.

***

## Accessing General Settings

<Steps>
  <Step title="Go to Organization">
    Navigate to your organization home from the Dashboard.
  </Step>

  <Step title="Click Settings">
    Click the **Settings** option in the navigation.
  </Step>

  <Step title="Select General">
    The General tab is selected by default.
  </Step>
</Steps>

***

## Organization Details

### Organization Name

The organization name is your company's visible name throughout Royaltyport.

| Field                 | Description                                                         |
| --------------------- | ------------------------------------------------------------------- |
| **Organization Name** | Display name visible in navigation, headers, and member invitations |

<Steps>
  <Step title="Navigate to General">
    Go to **Settings** → **General** tab.
  </Step>

  <Step title="Edit Name">
    Update the organization name field.
  </Step>

  <Step title="Save">
    Click **Save** to apply changes.
  </Step>
</Steps>

### Naming Guidelines

| Good Names             | Why                          |
| ---------------------- | ---------------------------- |
| "Acme Music Group"     | Clear company identity       |
| "Smith Publishing LLC" | Official legal name          |
| "Universal Music UK"   | Includes regional identifier |

| Avoid              | Why                      |
| ------------------ | ------------------------ |
| "Test Org"         | Not professional         |
| "My Company"       | Too generic              |
| Special characters | May cause display issues |

***

## Permission Requirements

| Action                 | Required Role |
| ---------------------- | ------------- |
| View general settings  | Admin, Owner  |
| Edit organization name | Admin, Owner  |
| View danger zone       | Admin, Owner  |
| Leave organization     | Any role      |
| Delete organization    | Owner only    |

<Note>
  Members with the "Member" role cannot access organization settings. They can only view and work within projects they have access to.
</Note>

***

## Settings Navigation

The settings page includes navigation to other sections:

| Section          | Description                                     |
| ---------------- | ----------------------------------------------- |
| **General**      | Organization name and basic info (current page) |
| **Members**      | Team members and invitations                    |
| **Integrations** | Third-party integrations                        |
| **Security**     | SSO and audit log settings                      |
| **Usage**        | Organization usage and limits                   |
| **Tokens**       | API access tokens for programmatic access       |

***

## Danger Zone Actions

The General settings page also includes access to critical actions:

### Leave Organization

Remove yourself from the organization. See [Leave Organization](/organizations/settings/leave-organization) for details.

### Delete Organization

Permanently delete the organization and all data. See [Delete Organization](/organizations/settings/delete-organization) for details.

***

## Best Practices

<AccordionGroup>
  <Accordion title="Use your official company name">
    The organization name appears on invitations and throughout the platform. Use your official business name for professionalism.
  </Accordion>

  <Accordion title="Keep the name current">
    If your company rebrands or changes names, update the organization name to reflect this.
  </Accordion>

  <Accordion title="Consider team members">
    Remember that all team members will see this name. Choose something recognizable to your entire team.
  </Accordion>
</AccordionGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Cannot edit organization name">
    You may not have Admin or Owner permissions. Check your role in Settings > Members.
  </Accordion>

  <Accordion title="Save button is disabled">
    Ensure you've entered a valid name (not empty) and that you have the required permissions.
  </Accordion>

  <Accordion title="Changes not appearing">
    Try refreshing the page. If the issue persists, contact support.
  </Accordion>
</AccordionGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Members" icon="users" href="/organizations/settings/members/invites">
    Manage team members and invitations.
  </Card>

  <Card title="Security" icon="shield" href="/organizations/settings/security/sso">
    Configure SSO and audit logs.
  </Card>

  <Card title="Leave Organization" icon="door-open" href="/organizations/settings/leave-organization">
    Remove yourself from the organization.
  </Card>

  <Card title="Delete Organization" icon="trash" href="/organizations/settings/delete-organization">
    Permanently delete the organization.
  </Card>
</CardGroup>
