# Team

{% hint style="info" %}
**Who can use this feature?**

* This feature is available for all users
* Free plan users have one seat for admin. Paid plan users can invite up to 5 team members.
  {% endhint %}

### What is Team?

With Chatty Team, you can now invite your staff to help manage customer conversations. Your whole support team can work together in one place to answer customer questions faster.

Best for:

* Stores with multiple support staff
* Busy shops that need quick response times
* Teams working different shifts
* Growing businesses that want to scale their customer support

### How does Team help?

* Invite multiple team members to handle live chats
* Share the workload of customer support
* Respond to customers faster with more people available
* Manage your entire support team and keep track of their performance from one place

### How does Team work?

#### Invite member

{% stepper %}
{% step %}
**Go to Settings, click Manage in Teams**
{% endstep %}

{% step %}
**Click Invite member**

Basic plan users can invite 2 more members.

Pro plan users can invite 4 more members.
{% endstep %}

{% step %}
**Enter member info**

You can update member's information later (profile pic, name), but email. Email is connected to an account and can't be edited.
{% endstep %}

{% step %}
**Click Invite to send invitation email**
{% endstep %}

{% step %}
**Ask your team member to check invitation email and click Create account**

Go to email inbox to check email from Chatty.
{% endstep %}

{% step %}
**Create Chatty account**
{% endstep %}

{% step %}
**Log in Chatty to manage conversations**
{% endstep %}
{% endstepper %}

Follow this interactive to invite team members to Chatty.

{% embed url="<https://app.arcade.software/share/DHIKwXImChgSK9Xs3c1B>" %}

#### Assign conversation to member

{% stepper %}
{% step %}
Go to Inbox
{% endstep %}

{% step %}
Select a conversation
{% endstep %}

{% step %}
In conversation details, go to Assignee
{% endstep %}

{% step %}
Click Assign and select team member
{% endstep %}
{% endstepper %}

<figure><img src="https://263145331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHQiLAklXYfrIyImUrH0%2Fuploads%2FY7i8jVakFu0yFyqsnGwV%2Fassign%20members.png?alt=media&#x26;token=54de5801-cc3f-4382-9a5c-fb7c88a6d4c0" alt=""><figcaption></figcaption></figure>

You can also set up auto-assignment in **Settings**.

Go to Settings *→* Automation *→* Assignment *→* Automatic

Chatty automatically assigns new conversations to team members in rotation. When a conversation comes in, it goes to the next available team member in your list.

{% hint style="info" %}
These settings will be applied to conversations transferred from AI assistant.
{% endhint %}

<figure><img src="https://263145331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHQiLAklXYfrIyImUrH0%2Fuploads%2FE6t5waR3fvJjHCSzWObv%2Fauto%20assignments.png?alt=media&#x26;token=952d28fa-975a-419f-b98a-de5e7fea775e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
These settings will be applied to conversations transferred from AI assistant.
{% endhint %}

#### Mention team member in conversation

You and your team can leave private comments within conversations by **Internal note**.

{% hint style="info" %}
These notes are only visible to your team members, not to customers.
{% endhint %}

**How to leave a note**

1. During a customer conversation, click the **Notes** tab in the chat zone
2. Type your note in the text box
3. To mention a team member, type `@` followed by their name
4. Click **Send** to save your note
5. Note will be saved in the conversation with timestamp and sender

When you mention someone using `@mention`:

* They'll receive a push notification
* They'll get an email notification about the mention
* Only members who have access to the conversation can read internal notes

#### How to reply a note

* Find the note you want to reply to
* Click **Reply** next to that note
* Type your response in the text box
  * You'll see "Replying to \[name]" indicating who you're responding to
  * For your own notes, it shows "Replying to yourself"
* Click **Send** to save your reply

<figure><img src="https://263145331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHQiLAklXYfrIyImUrH0%2Fuploads%2FnVy7Ur7vtWsjWv0bA9L1%2Fmention%20member%20in%20note.png?alt=media&#x26;token=ece0662d-2088-43fe-892c-bd7db3170b82" alt=""><figcaption></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://help.chatty.net/live-chat/team.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.
