> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/streamly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/streamly/reference/streams/modify.md).

# Modify a Stream

### In the [**Streams**](/streamly/concepts/stream.md) section of app home, [**find**](/streamly/reference/streams/find.md) the **Stream** you wish to modify.

{% hint style="warning" %}
Only **Stream** members will be able to see the overflow menu (<img src="/files/-M9jhuWlMmMcUKCCcjEh" alt="" data-size="line">).
{% endhint %}

#### Select one of the following **options** from the overflow menu to modify the **Stream**.

* :clipboard: [**Form builder**](/streamly/reference/streams/modify/form-builder.md)

  > **Change** the fields and their **order** in the **Request** form for the **Stream**.
* :classical\_building: [**Field library**](/streamly/reference/streams/modify/field-library.md)

  > **Create** or **modify** the fields available in the form builder for the **Stream**.
* :electric\_plug: [**Manage connected tools**](/streamly/reference/streams/modify/tools.md)

  > Connect the **Stream** to an [**integrated** **tool**](/streamly/concepts/integration.md), or remove an existing tool connection.
* :busts\_in\_silhouette: [**Team & notifications**](/streamly/reference/streams/modify/team.md)

  > Modify the team name, members, and settings for approvals and notifications for the **Stream**.
* :gear: [**Stream settings**](/streamly/reference/streams/modify/settings.md)

  > Modify the public Slack channel or delete the **Stream**.

![](/files/-M9jiQpFUQQIXUAiRymB)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://happybara.gitbook.io/streamly/reference/streams/modify.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
