# Vagon Application Streaming

## What is Application Streaming?

[Application Streaming](https://vagon.io/streams/features/application-streaming) is an on-demand software distribution method where the application itself is streamed inside the browser with no need to install the application locally. With this method, applications can be accessible on any device, without any hardware limitations real time.

In addition to well-known interactive streaming solutions like Unreal Engine Pixel Streaming and Unity Render Streaming, all legacy applications can be streamed with [application streaming technology](https://vagon.io/blog/what-is-application-streaming) and make accessible without limitations.

## How to use Application Streaming?

Application Streaming is the default protocol for interactive streaming on Vagon Streams, and no additional steps or integration is needed to stream your app with Application Streaming.

The streaming quality of Application Streaming technology adapts itself according to the user's network condition by ensuring 30FPS streaming quality in any network condition. It also supports 4K, 60FPS streaming quality which can be configured from Vagon Dashboard.

Both **Windows** and **Linux** applications can utilize [Application Streaming](https://vagon.io/streams/features/application-streaming) technology with the same feature capabilities.

### #1 - Upload Your Application and Create a Stream link

Start by uploading the application build folder in .zip format to the Vagon Streams dashboard.

In case you need any assistance, you can check [How to Start Streaming](/streams/guides/how-to-start-streaming.md) page for a step-by-step guide.

<figure><img src="/files/RxOMJoXyZiqZFRPSxBSH" alt=""><figcaption><p>Application Upload from Dashboard</p></figcaption></figure>

### #2 - Start Streaming Your Application

Then, you will only need to click on the Stream link, and the system will automatically stream your application with application streaming technology.

You can use the Stream link on any device, and configure the Stream settings from your dashboard easily.

{% hint style="info" %}
Additional feature support can vary depending on the selected streaming protocol, please check the related feature page to ensure the coverage.
{% endhint %}


---

# 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/vagon-application-streaming.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.
