# Quick Start

### After [**installing**](/streamly/getting-started/install.md) **Streamly**, head to the app home tab by clicking the button in the success message you just received, or by searching for `@Streamly` as you would a user.

<img src="/files/-M9ar8a0oxijwIvaQYA4" alt="" data-size="original">&#x20;

#### First, [create a new **Stream**](/streamly/reference/streams/create.md)**.**&#x20;

{% content-ref url="/pages/-M8LRfNML2m17DAhTV-5" %}
[Create a Stream](/streamly/reference/streams/create.md)
{% endcontent-ref %}

**Next, customize it to fit your team's workflow.**

1. Use the [**field library**](/streamly/reference/streams/modify/field-library.md) to create or modify the fields available in the [**form builder**](/streamly/reference/streams/modify/form-builder.md).
2. Use the **form builder** to select fields from your **field library** for your **Request** form.

{% content-ref url="/pages/-M8LRiUPiXo\_cQHCSw0u" %}
[Modify a Stream](/streamly/reference/streams/modify.md)
{% endcontent-ref %}

#### Once your Request form is built, [connect](/streamly/reference/streams/modify/tools.md) one or more tool(s)*.* *(Optional)*

{% content-ref url="/pages/-M9V6wN5gZxr5UHAUV8E" %}
[Manage connected tools](/streamly/reference/streams/modify/tools.md)
{% endcontent-ref %}

#### [Submit](/streamly/reference/requests/submit.md) a sample Request (or solicit a real one).

{% content-ref url="/pages/-M8LSheN2a8gr8LXq539" %}
[Submit a Request](/streamly/reference/requests/submit.md)
{% endcontent-ref %}


---

# 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/getting-started/quick-start.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.
