# Getting Started

- [Creating your fist invoice](https://streambill.gitbook.io/streambill/getting-started/quickstart.md): Learn how to create your first invoice with a few clicks on streambill.xyz
- [Paying an invoice](https://streambill.gitbook.io/streambill/getting-started/paying-an-invoice.md): Learn how to initialize a real time payment on an invoice you received
- [Managing a stream](https://streambill.gitbook.io/streambill/getting-started/managing-a-stream.md): Learn how to manage your active streams
- [Profile](https://streambill.gitbook.io/streambill/getting-started/profile.md): Discover the profile page


---

# 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://streambill.gitbook.io/streambill/getting-started.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.
