> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/overview/workspace/sending-an-invitation-to-a-workspace.md).

# Sending an invitation to a Workspace

You can invite one or more people to your workspace, as long as you are the owner or administrator of the space in question.&#x20;

To invite a person, follow the steps below. The process is documented below in two tabs: **New Account** (when it's your first access) and **Existing Account** (previously registered users).

{% tabs %}
{% tab title="New Account " %}
1\) During the workspace creation process, you can invite users. To do this, simply type or paste the email addresses into the screen shown immediately after registering the space.&#x20;

<figure><img src="/files/g5KwTrWrXIVIw57XqbRE" alt=""><figcaption></figcaption></figure>

2\) The invited person will receive an e-mail with an invitation to join the workspace. You can track the status of the invitation in the “**Users**” tab. If you need to send the invitation again, just click on “**Resend invitation**”.

<figure><img src="/files/Hh6Bi31iAGoz6pRAhvuq" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Existing Account " %}
1\) You can add a person to an existing workspace. To do this, simply enter “**Profile**” from the drop-down menu and then choose “**Users and Permissions**”.&#x20;

<figure><img src="/files/x8MdzzxSpySSP7lRUHw0" alt=""><figcaption></figcaption></figure>

2\) Click the “**Invite users**” button to display the following screen:&#x20;

<figure><img src="/files/X86KE5JRkLL7vhM4WkcO" alt=""><figcaption></figcaption></figure>

3\) Enter the e-mail address and choose the permission (developer or administrator). To complete the action, click on “**Invite**”.

4\) The invited person will receive an e-mail with an invitation to join the workspace. You can track the status of the invitation in the “**Users**” tab. If you need to send the invitation again, just click on “**Resend invitation**”.&#x20;

<figure><img src="/files/Cns7dEBDWoatOX2Yu1Xl" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

Read more: [Users and Permissions](/english/skyone-studio/overview/settings-and-preferences/users-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.skyone.cloud/english/skyone-studio/overview/workspace/sending-an-invitation-to-a-workspace.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.
