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

# Settings Overview

> Navigate the Settings area to customize your Fanaura account, manage your team, configure integrations, and control how your artist workspace operates.

Your Settings page is the control center for everything behind the scenes in Fanaura. This is where you configure your artist identity, manage your team, connect third-party services, handle billing, and fine-tune how the platform works for you.

## How to Access Settings

<Steps>
  <Step title="Open Sidebar">
    Look at the left sidebar of your Fanaura dashboard.
  </Step>

  <Step title="Click Settings">
    Click the **gear icon** labeled **Settings** near the bottom.
  </Step>

  <Step title="Navigate Tabs">
    You will land on the **Profile** tab by default. Use the tabs to navigate between sections.
  </Step>
</Steps>

## The Eight Settings Tabs

<CardGroup cols={2}>
  <Card title="Profile" icon="user" href="/settings/profile">
    Your artist name, display name, bio, URL slug, timezone, and default sender info.
  </Card>

  <Card title="Team" icon="users" href="/settings/team">
    Invite team members, assign roles, manage access permissions.
  </Card>

  <Card title="Billing" icon="credit-card" href="/settings/billing">
    View your plan, manage your subscription, track email and SMS usage.
  </Card>

  <Card title="Notifications" icon="bell" href="/settings/notifications">
    Control which alerts you receive and how you receive them.
  </Card>

  <Card title="Security" icon="shield" href="/settings/security">
    Change your password, view active sessions, review login history.
  </Card>

  <Card title="Logs" icon="scroll" href="/settings/logs">
    Audit trail of every action taken in your account.
  </Card>

  <Card title="Fan Rewards" icon="star" href="/settings/fan-rewards">
    Configure your VIP tier system, token values, and loyalty perks.
  </Card>

  <Card title="Communication" icon="envelope" href="/settings/communication">
    Default sender info for emails and SMS.
  </Card>
</CardGroup>

## Who Can Access What

Not everyone on your team sees every tab. Access depends on your role:

| Role                                           | Settings Access                                  |
| ---------------------------------------------- | ------------------------------------------------ |
| **Account Owner**                              | Full access to all eight tabs, including Billing |
| **Admin**                                      | All tabs except Billing                          |
| **Manager**                                    | Most tabs with limited Settings access           |
| **Marketing, Label Ops, Social Media Manager** | No access to Settings                            |
| **Viewer**                                     | Read-only dashboard access, no Settings          |
| **Attorney**                                   | Limited Settings access and Logs only            |
| **Agent**                                      | No Settings access                               |
| **Business Manager**                           | Limited Settings and Logs access                 |
| **Publisher**                                  | No Settings access                               |

<Note>
  If you are unsure what role you have, look at the top of the Settings page or ask your account owner.
</Note>

## Quick Tips

<Tip>
  **Start with Profile.** Make sure your display name, URL slug, and bio are set up before sharing any smart links with fans. These details appear on your public pages.
</Tip>

<Tip>
  **Connect integrations early.** The sooner you connect Shopify, Instagram, and SMS, the more data Fanaura can collect from day one.
</Tip>

<Warning>
  **Set your timezone.** This affects when delay nodes fire in your flows, when scheduled blasts send, and how time-based conditions evaluate. Get this right early.
</Warning>

<Warning>
  **Review team roles carefully.** Giving someone Admin access means they can change your settings and manage your team. Only grant this to people you fully trust.
</Warning>

## Common Settings Workflows

<Tabs>
  <Tab title="New Account Setup">
    <Steps>
      <Step title="Profile">
        Fill in your artist name, display name, bio, and URL slug. Upload your artist photo and set your timezone.
      </Step>

      <Step title="Integrations">
        Connect Instagram, Shopify, and provision an SMS number.
      </Step>

      <Step title="Fan Rewards">
        Choose a reward mode (Balanced is a great starting point).
      </Step>

      <Step title="Notifications">
        Turn on fan signup and milestone alerts so you know when things are working.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Adding a Team Member">
    <Steps>
      <Step title="Open Team Tab">
        Go to the **Team** tab.
      </Step>

      <Step title="Invite">
        Click **Invite Team Member**. Enter their email and select the appropriate role.
      </Step>

      <Step title="They Join">
        They will receive an invitation email and can join your workspace.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Upgrading Your Plan">
    <Steps>
      <Step title="Review Usage">
        Go to the **Billing** tab and review your current usage and plan limits.
      </Step>

      <Step title="Upgrade">
        Click **Upgrade** and choose your new plan.
      </Step>

      <Step title="Complete Checkout">
        Complete the secure checkout. Your new limits activate immediately.
      </Step>
    </Steps>
  </Tab>
</Tabs>
