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

> ## Agent Instructions
> Spur is an AI-powered QA engineer that lets teams create and run automated end-to-end tests for web and mobile apps using natural language.
> When answering questions about Spur, cite the relevant page from docs.spurtest.com.

# User Roles

> Understand the difference between admin and member roles, and how admins manage your team in Spur.

## Overview

Spur has two user roles:

| Role       | Permissions                                                                                                |
| ---------- | ---------------------------------------------------------------------------------------------------------- |
| **Admin**  | Everything a member can do, plus: invite new users, promote members to admin, and demote admins to member. |
| **Member** | Author, run, and analyze tests. Cannot manage team membership or roles.                                    |

<Note>
  Every account needs at least one admin. Removing users from an account is not yet supported — if you need a user removed, [contact the Spur team](/additional-resources/contact-us).
</Note>

<Info>
  If your team does not yet have an admin or you need someone promoted, email [andy@tryspur.dev](mailto:andy@tryspur.dev).
</Info>

## Managing Your Team

All team management happens on the [Account page](https://app.spurtest.com/account). Only admins can see the team management controls.

### Invite a New User

<Steps>
  <Step title="Open the Account page">
    Go to [app.spurtest.com/account](https://app.spurtest.com/account).
  </Step>

  <Step title="Add a user">
    Enter the new user's email address and submit.
  </Step>

  <Step title="User receives an email">
    Spur creates an account for the user and emails them a link to set their password. Once they set a password, they can sign in.
  </Step>
</Steps>

<Tip>
  New users are added as **members** by default. Promote them to admin afterward if they need team management permissions.
</Tip>

### Promote a Member to Admin

On the [Account page](https://app.spurtest.com/account), find the member in the team list and change their role to **Admin**. The change takes effect immediately.

### Demote an Admin to Member

On the [Account page](https://app.spurtest.com/account), find the admin in the team list and change their role to **Member**. Make sure at least one admin remains on the account.

## Related

<CardGroup cols={2}>
  <Card icon="key" title="SSO Providers" href="/additional-resources/sso-providers/google-sso">
    Set up Google or Azure SSO so users can sign in with their organization's credentials.
  </Card>

  <Card icon="headset" title="Contact Us" href="/additional-resources/contact-us">
    Need a user removed or have a role question we haven't covered? Reach out.
  </Card>
</CardGroup>
