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

# Settings

> Guides for every organisation settings page.

## Organisation

<CardGroup cols={2}>
  <Card title="Company" icon="building-2" href="/guides/settings/company">
    How to rename your organisation, find its company ID, and what closing the account involves.
  </Card>

  <Card title="Branding" icon="palette" href="/guides/settings/branding">
    How to upload a logo, set your brand colour, and put both on the emails signees receive.
  </Card>

  <Card title="Billing" icon="credit-card" href="/guides/settings/billing">
    How to change plan, read your usage meter, and find invoices and the billing email.
  </Card>

  <Card title="Workspaces" icon="building" href="/guides/settings/workspaces">
    How to create a workspace, rename it, and see which members belong to it.
  </Card>
</CardGroup>

## People

<CardGroup cols={2}>
  <Card title="Members" icon="users" href="/guides/settings/members">
    How to invite someone, revoke an invitation that hasn't been accepted, and remove access.
  </Card>

  <Card title="Roles & Permissions" icon="user-cog" href="/guides/settings/roles-and-permissions">
    How to read a profile's permissions, clone one into a custom role, and delete it again.
  </Card>

  <Card title="Groups" icon="users-round" href="/guides/settings/groups">
    How to create a user group, and a signing group any one member can sign on behalf of.
  </Card>
</CardGroup>

## Developers

<CardGroup cols={2}>
  <Card title="API keys" icon="key" href="/guides/settings/api-keys">
    How to create and revoke a key, and which plan and permission you need to do it.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/settings/webhooks">
    How to add an endpoint, read its delivery stats, and what to do about a lost signing secret.
  </Card>

  <Card title="Custom fields" icon="braces" href="/guides/settings/custom-fields">
    How to define a field senders fill in, and the key your integrations read it back by.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/settings/integrations">
    Which connectors exist, and how a trigger and its actions fit together.
  </Card>
</CardGroup>
