# Guides

- [How to Start Streaming](https://docs.vagon.io/streams/guides/how-to-start-streaming.md): Check the step-by-step video guide below to learn how to upload an application and create your first Stream.
- [Performance Types](https://docs.vagon.io/streams/guides/performance-types.md): You can find detailed information about the hardware specs of the performance options that your application is launched with.
- [Streams](https://docs.vagon.io/streams/guides/streams.md): Streams let you share your uploaded application with your audience as a single link.
- [Setup Types](https://docs.vagon.io/streams/guides/setup-types.md)
- [Worldwide Coverage](https://docs.vagon.io/streams/guides/worldwide-coverage.md)
- [Connection Optimizations](https://docs.vagon.io/streams/guides/connection-optimizations.md)
- [Application Cache Memory](https://docs.vagon.io/streams/guides/connection-optimizations/application-cache-memory.md)
- [Region Optimization](https://docs.vagon.io/streams/guides/connection-optimizations/region-optimization.md)


---

# 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.vagon.io/streams/guides.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.
