# Delete Team Member from Chatbot

#### Delete Team Member

To delete someone from your chatbot:

1. Go to your **Dashboard**
2. Open the chatbot you want to share
3. Click **Actions (⋮)** in the top-right corner
4. Select **Manage Team**

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

5. A new tab will open and from that tab you can delete your team members.

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

## TIP

Is also possible to delete directly from the dashboard page by clicking on the icon close to your bot name.

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

### Change roles for your team

To change the role for your team member, you just need to click on the dropdown option and select the correct role:

<figure><img src="/files/70sK0AhFHu3vnzM2fmmN" alt=""><figcaption></figcaption></figure>

### Team Member Roles & Permissions

#### Admin

Admins have full control over the chatbot.

Admins can:

* View and edit the chatbot
* Add and delete pages
* View and download chat logs
* View analytics
* Create and manage corrections
* Respond to live chat conversations
* Manage team access

***

#### Member

Members can use and monitor the chatbot but cannot change its structure.

Members can:

* View the chatbot
* View and download chat logs
* View analytics
* Create corrections
* Respond to live chat conversations


---

# 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.wonderchat.io/setup-guides/sharing-your-chatbot/delete-team-member-from-chatbot.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.
