# Collaborate with team members

Share access to the same bot

You can get access to the same bot for different team members.&#x20;

{% hint style="info" %}
Learn all about [identity and access for team members](/support/access-control.md).
{% endhint %}

## Comments

Comments are a powerful tool for providing feedback and fostering collaboration. By using comments you can take your collaboration to the next level.

### Add comments

To add a comment.

1. Navigate to the screen you’d like to comment on.
2. Click on the **Comment** **mode** icon in the top right menu of the screen.

<figure><img src="/files/NmphQK9JvCNisx0i3guJ" alt="" width="319"><figcaption></figcaption></figure>

{% hint style="info" %}
Note that while you’re in comment mode, you won’t be able to add or edit any block. For this you need to go back to the [Build mode](#go-back-to-the-build-mode).
{% endhint %}

3. The Comment mode is now turned on. Choose the specific location on your canvas, then right-click on your cursor to add a comment.
4. Type your comments in the comment field provided.
5. Press the **Submit** button to submit your comment.

<figure><img src="/files/efVfrLzZp4l5Q73Xtjon" alt=""><figcaption><p>Add a comment to your canvas.</p></figcaption></figure>

### Reply to comments

To reply to comments:

1. Click on the comment you want to view.
2. Click on the **Reply** field below the comment to add your response
3. Press the Enter key on your keyboard to submit your reply to the comment.
4. To resolve a thread, click the **Resolve** button on the top right of the comment thread.

<figure><img src="/files/gYVXketrkDbRb7WR8tdb" alt=""><figcaption><p>Respond to coments.</p></figcaption></figure>

### Delete comments

1. Make sure that you’re in Comment mode by clicking the **Comment** icon on the right top menu.
2. Choose the comment that you want to delete by clicking on it. This will highlight the comment for deletion.
3. Press the Delete key on your keyboard to delete the selected comment.

### Tag a team member

To mention a team member in the comment field:

1. Type the “@” symbol.
2. As you start typing your team member’s name or email address, the platform will suggest collaborators. You can select your desired collaborator from the list.
3. Once you click on your team member’s name in the list, indicating that they have been successfully mentioned. You can then complete the rest of your message and click **Send** icon to post your comment.

<figure><img src="/files/QAl8Gm9lh42xeCh2AcJi" alt=""><figcaption><p>Tag team members in comments</p></figcaption></figure>

### Go back to the Build mode&#x20;

If you want to go back to the **Build mode** after adding comments:

Click on the **Build mode** icon located next to the 'comment' icon in the top right menu. This will take you back to the building mode again.&#x20;

<figure><img src="/files/Upwiwa80iCAUq1LWeRmU" alt="" width="314"><figcaption><p>Go back to the Build mode.</p></figcaption></figure>


---

# 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.chatlayer.ai/navigation/bot-builder/flows/collaborate-with-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.
