# Overview

**Bsure Insights** is deployed as an [**Azure Managed Application**](/technical-description/azure-managed-application.md), which automatically provisions all required components in your own Azure environment:

* **Azure Container Apps:** run the data collection services that connect to Microsoft Entra ID via Microsoft Graph, and also host the web application.
* **SQL Server and database:** securely store and process the collected data inside your Azure subscription.
* **Power BI workspace:** automatically deployed with pre-built reports and dashboards, embedded directly into the solution for immediate use.

{% hint style="success" %}
Bsure maintains and updates the managed application to ensure reliability, security, and continuous access to the latest features.
{% endhint %}

### Quick self-service installation

Installing **Bsure Insights** is simple and takes **less than 30 minutes**, provided all [prerequisites](/getting-started/installation-guide/prerequisites.md) are met. The deployment is fully automated through the Azure Marketplace, with all components provisioned in your environment.

To begin, follow the [Installation Guide](/getting-started/installation-guide.md), which walks you step by step through the process.


---

# 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.bsure.io/getting-started/overview.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.
