# Introduction

Uiza helps you broadcast your live stream to your audiences with literally a few lines of codes, or at least we are trying hard to get there:muscle::muscle::muscle:. But before experiencing the magic, let's make sure that you understand the terms correctly.

* ***`live_entity`***: Live entities are basically live events, with or without a live feed. A live entity contains the information required for Uiza to allocate resources to power the live event, and direct your live feed toward these resources for ingestion and broadcasting.
* ***`live_session`***: The duration of one session is counted from the moment Uiza receives the first signal until the last of that live feed. Therefore, one entity could contain multiple sessions. The durations of these sessions are calculated as *Live Minutes* in your billing.
* ***Streamer***: Streamers record the live events and are the source of the live  signals that Uiza receives.
* ***Viewer***: Viewers are the users who watch the live stream on their devices. They are the destination of the delivery of the live stream.

Now that we are on the same page, let's navigate to the **Quickstart** to start *live streaming*.

{% content-ref url="/pages/-LwqhgC-FZjkAy13MWg8" %}
[Authentication](/getting-started/authentication.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://docs.uiza.io/getting-started/introduction.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.
