> For the complete documentation index, see [llms.txt](https://docs.uiza.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uiza.io/2020-04-21-1/getting-started.md).

# Getting Started

- [Introduction](https://docs.uiza.io/2020-04-21-1/getting-started/introduction.md)
- [Authentication](https://docs.uiza.io/2020-04-21-1/getting-started/authentication.md)
- [Errors](https://docs.uiza.io/2020-04-21-1/getting-started/errors.md): This page describes the error statuses returned by the Uiza APIs
- [Quick Starts](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts.md)
- [Live Streaming](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts/quickstart.md)
- [Video Streaming](https://docs.uiza.io/2020-04-21-1/getting-started/quick-starts/video-streaming.md)
- [Pagination](https://docs.uiza.io/2020-04-21-1/getting-started/pagination.md)
- [Recommended Specifications](https://docs.uiza.io/2020-04-21-1/getting-started/recommended-specifications.md)
- [Postman Collections](https://docs.uiza.io/2020-04-21-1/getting-started/postman-collections.md)
- [Sample Streaming Apps](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps.md)
- [NodeJS Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and NodeJS
- [Java Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/java-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using React and Java
- [Python Live Streaming App](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/python-live-streaming-app.md): How to build your live streaming web app with Uiza’s API using Python
- [How to integrate live streaming into an Android App using Uiza’s Live API](https://docs.uiza.io/2020-04-21-1/getting-started/sample-streaming-apps/how-to-integrate-live-streaming-into-an-android-app-using-uizas-live-api.md)
- [Versioning](https://docs.uiza.io/2020-04-21-1/getting-started/versioning.md): Uiza APIs has current version is 2020-03-26


---

# 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:

```
GET https://docs.uiza.io/2020-04-21-1/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.
