# Application Bundles

Application Bundles allows you to serve multiple applications from a single Stream Machine. With this method, you can create a bundle of your existing applications, and create a Stream link for each of your applications, but use a single capacity method for those applications because all are bundled in one package.

<figure><img src="/files/MmYoILvrmDRlWPrB02h8" alt=""><figcaption><p>Create Application Bundle</p></figcaption></figure>

## **Application Bundles Example Scenario**

Let's say you have 10 different applications and Stream links, and you are using the [Instant Installation](/streams/guides/connection-optimizations.md#instant-installation) + [Balanced Method](/streams/guides/setup-types.md#balanced-capacity-management) for each of them to optimize connection times.

When you bundle those 10 applications and create a Stream for this bundle, you will have a separate link for each application, but you will keep only one Stream reserve in the Balanced mode, which will be more cost-efficient.


---

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