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

# Settings

> Manage your organization — your profile, your team and their access, security, notifications, and your activity records.

**Settings** is organized into sub-sections down the left: [Profile](/dashboard-guide/account/settings/profile), [Email Notifications](/dashboard-guide/account/settings/email-notifications), [Team](/dashboard-guide/account/settings/team), [Audit](/dashboard-guide/account/settings/audit), [Exports](/dashboard-guide/account/settings/exports), and [Messaging](/dashboard-guide/account/settings/messaging).

<Columns cols={3}>
  <Card title="Profile" href="/dashboard-guide/account/settings/profile">
    Your details, password, and 2FA.
  </Card>

  <Card title="Email Notifications" href="/dashboard-guide/account/settings/email-notifications">
    Which alerts your team receives.
  </Card>

  <Card title="Team" href="/dashboard-guide/account/settings/team">
    Members, roles, and permissions.
  </Card>

  <Card title="Audit" href="/dashboard-guide/account/settings/audit">
    Every action taken in your account.
  </Card>

  <Card title="Exports" href="/dashboard-guide/account/settings/exports">
    Request and download data exports.
  </Card>

  <Card title="Messaging" href="/dashboard-guide/account/settings/messaging">
    Your SMS and WhatsApp message log.
  </Card>
</Columns>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What roles are available on Dojah?">
    Two built-in roles — **Admin** (full access to all modules and settings) and **Developer Support** (developer tools and verification modules, with limited account access) — plus any **custom roles** you create with Create Role.
  </Accordion>

  <Accordion title="What’s the difference between View, Manage, and Delete permissions?">
    They’re three cumulative levels set per module. **View** is read-only; **Manage** adds creating, editing, and running actions; **Delete** adds removing records. Granting Delete includes Manage and View.
  </Accordion>

  <Accordion title="How do I add a team member?">
    Go to **Settings → Team** and select **Invite Member**. Enter their email and assign a role; they’ll receive an invitation and appear in the list as **Pending** until they accept.
  </Accordion>

  <Accordion title="Can I create a custom role on Dojah?">
    Yes. Open **Roles & Permissions** and select **Create Role**, then set the permission level (View, Manage, or Delete) for each module to match exactly what that role should be able to do.
  </Accordion>

  <Accordion title="How do I transfer ownership of my Dojah account?">
    From **Settings → Team**, select **Transfer Ownership** and choose the member to hand the Owner role to. There is one Owner per organization at a time.
  </Accordion>
</AccordionGroup>
