# Team & notifications

### To manage team settings for a [Stream](/streamly/concepts/stream.md), select :busts\_in\_silhouette:`Team & notifications` from the overflow menu (<img src="/files/-M9jiC-hBUmQLo6YZeMn" alt="" data-size="line">) in the **`Streams`** section of the app home.

To **find** the private **team channel**, click the :unlock:`Find team channel` button at the top of the modal.

{% hint style="info" %}
The private **team channel** can also be **found** by clicking the same button next to the overflow menu in the **Streams** section of the app home.
{% endhint %}

{% hint style="warning" %}
Single-member teams will **not** have a private Slack channel created until they gain a second member. &#x20;

Instead of a private channel, notifications, approvals, and other functionality will be handled in the member's app home `Messages` tab.
{% endhint %}

### Team members

To modify the **members** of the team, add or remove users from the multi select menu.

{% hint style="info" %}
Team members are invited to join the private **team channel** and appear as the options in the `Assignee` [**field**](/streamly/reference/streams/modify/field-library/types.md).
{% endhint %}

### Team name

Modifications to the team **name** will change the name of the private **team channel**.

{% hint style="info" %}
Modifying the channel's name directly has the same effect.
{% endhint %}

{% hint style="warning" %}
The team channel's new name will have a **suffix appended** if the chosen name is already taken by another channel.
{% endhint %}

### Notifications

Use the radio buttons to toggle **notifications** in the private **team channel** for **Request** changes.

### Approvals

Use the checkboxes to toggle team **approvals** on and off for non-team changes to the following fields:

* `Status`
* `Assignee`
* `Due date`

{% hint style="info" %}
**Approvals** are handled in the private **team channel** (or app home `Messages` tab for single-member **Streams**).
{% 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://happybara.gitbook.io/streamly/reference/streams/modify/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.
