> For the complete documentation index, see [llms.txt](https://docs.verticalstudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verticalstudio.ai/vertical-products/stream/getting-started.md).

# Getting Started

Getting started with Vertical Stream takes **less than two minutes.**

#### **Step 1: Create your account**&#x20;

Head to [Stream](https://app.verticalstudio.ai/stream) and sign up. No credit card required.

#### **Step 2: Explore your free credits**&#x20;

Every account starts with 10 free credits that refresh daily. Enough to test models and get familiar with the interface.

#### **Step 3: Start a new chat**&#x20;

Click the new chat button in the sidebar. You'll see a clean interface with a message input at the bottom.

#### **Step 4: Choose how you want to work**

* **Let Stream decide:** Just type what you want. Our model orchestration agent will select the right model and tools automatically.
* **Take control:** Click the model selector (bottom right) to choose a specific model. Or select a tool from the input bar to force a specific action.

#### **Step 5: Customize your tools (optional)**&#x20;

Open Tool Settings from the sidebar to configure which model each tool uses and adjust settings like duration, aspect ratio, or output quality.

#### **Step 6: Compare and iterate**&#x20;

Not happy with the output? Switch models and try again, all in the same chat. Compare results until you find what works.

#### **Step 7: Upgrade when you're ready**&#x20;

Running out of credits? Upgrade to Pro for €8/month or grab a credit pack top-up. Pay with card or $VERTAI.


---

# 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://docs.verticalstudio.ai/vertical-products/stream/getting-started.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.
