> For the complete documentation index, see [llms.txt](https://products.monterosa.co/mic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://products.monterosa.co/mic/developer-guide/building-apps.md).

# Building Apps

[Monterosa / Interaction Cloud](https://studio.monterosa.cloud/) powers high volume interactive apps that can be created, managed and syndicated centrally.

To start building yours, go to [Quick Start Guide](/mic/developer-guide/building-apps/quick-start-guide.md) or skip straight to [How to build your first app](/mic/developer-guide/building-apps/how-to-build-your-first-app.md) (JavaScript tutorial).

## Why build your engagement app on the Monterosa platform?

The platform is used by many of the world's biggest media, entertainment and sports organisations.

By building on the platform you can leverage its vast set of capabilities and the commercially strategic benefit of being part of the Monterosa eco-system.

### Product & Engineering Benefits

1. High volume scalable infrastructure
2. Dynamic product configuration
3. Real-time content management
4. Multi-lingual and Styling variants
5. API-driven automation
6. Advanced services for gamification, identity, vote security and more

### Commercial Benefits

1. Become part of the Monterosa Store and benefit from distribution
2. Build repeatable licensing revenue via customer add-ons
3. Remove the need to host, monitor and maintain core infrastructure


---

# 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://products.monterosa.co/mic/developer-guide/building-apps.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.
