# Application Insights

## Installing Application Insight

To install Application Insight on your Umbraco Cloud project read the[ Application Insights for ASP.NET Core applications](https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core?tabs=netcorenew) article in the Microsoft documentation.

## Limitations on Umbraco Cloud

{% hint style="warning" %}
Be aware that projects hosted on Umbraco Cloud operate on a shared infrastructure, which may lead to misleading information when using Application Insights.

Since multiple projects utilize the same resources, Application Insights will provide data based on the overall resource usage across these projects.

To obtain accurate information with Application Insights, you must move your project to a [dedicated server](/umbraco-cloud/build-and-customize-your-solution/set-up-your-project/project-settings/dedicated-resources.md).
{% endhint %}

## Microsoft Documentation

For more information about Application Insight, check out Microsoft's documentation on [Application Insights](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-overview)


---

# 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.umbraco.com/umbraco-cloud/expand-your-projects-capabilities/external-services/application-insights.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.
