> 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/create.md).

# Create a Stream

### In the [**`Streams`**](/streamly/concepts/stream.md) section of the app home, click the `Create a Stream` button.&#x20;

Alternatively, you can run the `/streamly` command from the public channel you wish to use.

{% hint style="warning" %}
Only one **Stream** can be configured per public Slack channel.
{% endhint %}

#### **Complete the following steps:**

1. Select (or if using `/streamly`, confirm) the **public Slack channel** where [**Requests**](/streamly/concepts/request.md) will post.
2. Pick your [**team**](/streamly/reference/streams/modify/team.md) **members**. &#x20;

   > 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.
3. Enter a `Subject` **prefix**. This prefix and a five-digit, autoincrementing ID will be prepended to each **Request** `Subject`. *(optional)*

   > \- E.g., `ABC00001_Request subject`\
   > \- The following special characters are not allowed: `<`, `>`, `@`, and `#`
4. Pick a **team name**. This will be the name of the private channel created for multi-member teams. *(optional)*

#### New Streams will be created with the default request form.  To create or modify fields, use the [field library](/streamly/reference/streams/modify/field-library.md), to modify the request form, use the [form builder](/streamly/reference/streams/modify/form-builder.md).


---

# 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/create.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.
