# Inviting others

Inviting others to your project will enable them full access to the project, giving them rights to&#x20;

* add, update and delete [data sources](/concepts/data-sources.md)
* add , update and delete [monitors](/use-cases/monitoring.md)
* [searching](/use-cases/searching.md) all [logs](/use-cases/searching/logs.md) and seeing its [details](/use-cases/searching/logs/log-details.md)
* inviting others to the same project

{% hint style="warning" %}
Only invite people that you trust!&#x20;

Blocktorch team members will never approach you actively to get added to your project, also not in customer support cases
{% endhint %}

### The extremely fast way of inviting

1. Click the `+` icon in the navigation menu

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

2. Input the email address and send the invite

<figure><img src="/files/jEjMOn0HLnjWXD3Xtvlc" alt="" width="527"><figcaption></figcaption></figure>

3. The invitee receives a magic link to join the project

### The still very fast way of inviting

1. Navigate to the `Settings` page

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

2. Scroll down to `Access Settings`
3. Click the `Invite User` button

<figure><img src="/files/IzQLN3HBJQNQFjk1SgBz" alt="" width="563"><figcaption></figcaption></figure>

4. Input the email address and send the invite

<figure><img src="/files/jEjMOn0HLnjWXD3Xtvlc" alt="" width="527"><figcaption></figcaption></figure>

5. The invitee receives a magic link to join the project

### The status of your invites

1. Navigate to the `Settings` page

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

2. Scroll down to `Access Settings`
3. The table shows on the very left whether an invite has been accepted or is pending

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

### Seeing your tean members

* Navigate to the `Settings` page
* Scroll down to `Access Settings`
* The table shows all people in the project with it's status, the userID and the eMail address
  * `Admin` status indicates who has created the project
  * `Accepted` status indicated that member have access to the project
  * `Pending` status indicated that the person has not yet accepted the invite to join

{% hint style="danger" %}
One user cannot be part of multiple projects today. If the invitee is part of an existing project, and accepts your invite, the invitee loses access to the other project.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.blocktorch.xyz/use-cases/collaborating/inviting-others.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
