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

# Submit a Request

### From the app home:

* In the [**`Streams`**](/streamly/concepts/stream.md) section of app home, [**find**](/streamly/reference/streams/find.md) the **Stream** in which the [**Request**](/streamly/concepts/request.md) will be submitted.
* Click the :zap:`Request` button and fill out the **Request** form.

### From a Slack channel:

* Slash command

  * Navigate to the channel associated with the desired **Stream**.
  * Run the `/streamly` command and fill out the **Request** form.

* [Shortcut](https://slack.com/help/articles/360004063011-Work-with-apps-in-Slack-using-shortcuts)
  * From any conversation, click the shortcuts lightning bolt.&#x20;
  * Select a **Stream** and fill out the **Request** form.

### After clicking submit:

* A **message** will appear in the public channel detailing the new request.
* A **task** will be created in any [**connected tools**](/streamly/reference/streams/modify/tools.md).
* **Thread replies** on the **message** will appear as **comments** on the task in any connected tools.
* The **Request** can be [**found**](/streamly/reference/requests/find.md) in the **`Requests`** section of the app home.

{% tabs %}
{% tab title="App home" %}
![](/files/-M9aVQ9Gb3OHaD77-edA)
{% endtab %}

{% tab title="Shortcuts menu" %}
![](/files/-M9b4fJxGfb9HyWT0anQ)
{% endtab %}
{% endtabs %}


---

# 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/requests/submit.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.
