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

# Configure workspace settings

> Invite members, manage roles, create tags, and configure workspace-level settings in QA Wolf.

## Inviting organization members

<Steps>
  <Step>
    Open the `Workspace name` dropdown and click **Workspace settings**.
  </Step>

  <Step>
    Click **Organization** in the left navigation bar.
  </Step>

  <Step>
    Click **Invite users**, type the **Email address** of the team member you want to grant access to, and specify their **Role**: *Member* or *Admin*.

    <Tip>
      Admins can set up SSO
    </Tip>
  </Step>

  <Step>
    Click **Send Invite**. The invited user(s) will receive an email containing a login link to the site.
  </Step>
</Steps>

## Tags

Tags are used to group flows for scheduled runs and to control execution order in run rules. See [Use tags effectively](/qawolf/Use-tags-effectively-2c35b2a994fb809abbd7ea9402738bdb) for guidance on how to apply them.

### Access tags

<Steps>
  <Step>
    Open the `Workspace name` dropdown and click **Workspace settings**.
  </Step>

  <Step>
    Select **Tags** from the left menu.
  </Step>
</Steps>

### Create a tag

<Steps>
  <Step>
    To create a new tag, click **Create Tag** in the lower left. A text box will appear. Enter the tag name you want to create, then click **Save**.
  </Step>
</Steps>

## Configuring your default runner

<Note>
  Node 20 with Playwright is the default runner.
</Note>

<Steps>
  <Step>
    Open the `Workspace name` dropdown and click **Workspace settings**.
  </Step>

  <Step>
    Click **Flows** from the left navigation bar.
  </Step>

  <Step>
    Under **Defaults**, use the **Runner to be used in new flows** dropdown to choose a new default runner.
  </Step>
</Steps>
