> For the complete documentation index, see [llms.txt](https://docs.selvette.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selvette.com/teams-and-stores/invite-members.md).

# Invite team members

Only an Owner can create and manage Studio invitations.

![The Invite a member form with role and store-access controls](/files/6IbikfXtPVuLExgG0i9Z)

## Create an invite

1. In Studio, open **Members**.
2. Select **Invite a member**.
3. Enter the teammate's email.
4. Choose **Owner**, **Editor**, or **Viewer**.
5. For an Editor or Viewer, choose **All stores** or select specific stores.
6. Select **Create invite link**.
7. Copy the link immediately and send it directly to the teammate.

Selvette does not send the invitation email. The single-use link is shown once and expires after 24 hours.

{% hint style="warning" %}
Until invitation email delivery is added, anyone who has the link can accept it. Share it only with the intended teammate.
{% endhint %}

## Accept an invite

1. Open the invitation link.
2. Sign in, or create a Studio login if needed.
3. Accept access to the account.

After acceptance, Studio switches to the invited account and applies the assigned role and store access.

## Replace an expired invitation

An open invitation continues to reserve its email even after expiry. Revoke the old invitation under **Open invitations**, then create a fresh link.

Next: [Roles and permissions](/teams-and-stores/roles-and-permissions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.selvette.com/teams-and-stores/invite-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
