> For the complete documentation index, see [llms.txt](https://docs.vlingo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vlingo.io/xoom-cloud/xoom-cloud-demo.md).

# XOOM Cloud Demo

This demo showcases the use of the **VLINGO XOOM Cloud** product that is published on the AWS Marketplace.

For convenience, a Docker image with this application is published automatically to `xoom-cloud-demo`, which is the VLINGO public repository for AWS. In practice, the application has to be built, packaged, and deployed using the your own AWS ECR repository.

## Prerequisites

All the steps described in the XOOM Cloud [AWS Infrastructure](/xoom-cloud/aws-infrastructure.md) and [XOOM Cloud Operator](/xoom-cloud/xoom-cloud-operator.md) documentation must be completed before using this demo.

## Get the Demo Application

Clone the XOOM Cloud Platform repository that is hosted on GitHub. It contains the demo application.

* <https://github.com/vlingo/xoom-cloud-platform>

## Run the Demo Application

To run the XOOM Cloud Demo application, use the following command.

```
kubectl create -f aws-demo/nodes.yml
```

You may decommission the demo application as follows.

```
kubectl delete -f aws-demo/nodes.yml
```


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.vlingo.io/xoom-cloud/xoom-cloud-demo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
