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

# Staff Management

> Add merch staff, assign permissions, and manage team access.

Fanhaven separates **organization members** (people who access the dashboard) from **tour staff** (people who work the merch booth with the POS app). This guide covers both.

## Organization members

Organization members are your core team — managers, accountants, marketing leads — who access the Fanhaven dashboard.

### Inviting members

<Steps>
  ### Go to Settings → Organization

  Navigate to the organization settings page.

  ### Click "Invite Member"

  Enter their email address and select a role.

  ### Choose a role

  | Role       | Access level                                         |
  | ---------- | ---------------------------------------------------- |
  | **Owner**  | Full access including billing and ownership transfer |
  | **Admin**  | Full access to all features and member management    |
  | **Member** | Access limited to assigned artists and tours         |

  ### Assign artist & tour access

  For **Member** roles, specify which artists and tours they can access. This keeps sensitive data scoped appropriately.
</Steps>

### Managing members

From the organization settings, you can:

* **Change roles** — Promote or adjust a member's role
* **Update access** — Modify which artists/tours they can see
* **Remove members** — Revoke access entirely
* **Transfer ownership** — Move the Owner role to another member

## Tour staff

Tour staff are the people working your merch booths. They use the **Fanhaven POS app** and have a simpler, action-oriented interface.

### Adding staff

<Steps>
  ### Go to Staff Management

  From the sidebar, navigate to **Staff Management** under your current tour.

  ### Add a staff member

  Enter their name, email, and phone number. They'll receive a **login code** to access the POS app.

  ### Assign a staff profile

  Choose a profile that determines what they can do:
</Steps>

### Staff profiles

<AccordionGroup>
  <Accordion title="Administrator" icon="shield">
    Full POS access plus dashboard capabilities. Can process refunds, view reports, and manage other staff. Best for tour managers and merch directors.
  </Accordion>

  <Accordion title="Merch Staff" icon="shirt">
    Standard POS access for selling. Can process sales, look up fans, and handle basic transactions. The most common profile for booth workers.
  </Accordion>

  <Accordion title="Guest" icon="user">
    Limited POS access. Useful for temporary help or venue-provided staff who only need to ring up sales.
  </Accordion>

  <Accordion title="Venue Rep" icon="building">
    Venue-specific access for venue representatives who need to monitor sales or handle venue-side operations.
  </Accordion>

  <Accordion title="Custom" icon="sliders">
    Hand-pick exactly which pages and actions a staff member can access. Use this when the preset profiles don't fit.
  </Accordion>
</AccordionGroup>

### Manager PIN

For sensitive actions like processing refunds or applying discounts, you can require a **manager PIN**. This ensures that only authorized staff can perform high-value operations, even if multiple people share a POS device.

<Tip>Enable manager PIN requirements in your tour's POS settings. When triggered, the POS will prompt for a manager's PIN before completing the action.</Tip>

### POS access

Each staff member's POS access can be individually toggled. This lets you:

* **Enable** a staff member for the current tour's POS
* **Disable** POS access without removing them from the team
* **Mark as merch manager** to grant elevated POS privileges

## Best practices

<CardGroup cols={2}>
  <Card title="Use preset profiles" icon="user-gear">
    Start with the built-in profiles (Administrator, Merch Staff, Guest) before creating custom ones. They cover most scenarios.
  </Card>

  <Card title="Require manager PINs" icon="lock">
    Always enable manager PIN for refunds and discounts to prevent unauthorized adjustments.
  </Card>

  <Card title="Scope member access" icon="eye">
    For organization members, only grant access to the artists and tours they actually work on.
  </Card>

  <Card title="Review access regularly" icon="rotate">
    After each tour, review and clean up staff access. Remove temporary staff and update roles as needed.
  </Card>
</CardGroup>
