# Adding team members

You can always add team members to your Carma account. Navigate to the settings page using the settings icon at the top of your account screen.&#x20;

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

Click “Invite Team Member” and go through the steps. You can assign different permissions to those team members which ranges from Viewer to Manager to Admin. Once that team member logs in with their Discord account, they will automatically see the project in their Carma account. You can always change the team member permissions or delete a team member from the Settings page.

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

{% hint style="info" %}
Note: Make sure you enter someone’s Discord ID rather than Discord handle. To find their Discord ID, go to Discord Settings > Advanced Settings > turn on Developer Mode. Right click on any member in Discord and click “Copy ID” to copy their Discord ID. Paste that ID number when inviting a team member. This is a safety feature of Carma since Discord ID’s are unique and unchangeable, whereas Discord handles can be changed.&#x20;
{% 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.carma.community/carma-community/get-started/adding-team-members.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.
