> For the complete documentation index, see [llms.txt](https://academy.looply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.looply.ai/app-management/installing-looply-apps.md).

# Installing Looply Apps

Looply respects the need for central control. Organisational administrators can remotely install/uninstall/update the app for users, ensuring uniformity in app versions and features across the board.

{% hint style="info" %}
**Note:** This feature is only available for Looply **administrators** and requires your Teams app to have been deployed on your landscape.&#x20;
{% endhint %}

#### Individual Users

* Go to **App Manager** from the side navigation menu
* Click on the App tile to deploy the app to the required users
* Go to **User Manager** tab
* Search for the user using their email address
* Click Install

<figure><img src="/files/bTiNrjqRBxuykE8jKcn1" alt=""><figcaption><p>App manager</p></figcaption></figure>

{% hint style="info" %}
Note: App can only be installed to users after the app has been deployed to the organizational app catalog. Please refer to deploying apps to Teams app catalog for details.&#x20;
{% endhint %}

You can remotely manage your Teams app for individual users via the **User Manager** tab when creating or editing an app. From here, you can view all of the users within your Microsoft organisation and each of their installation statuses of your app.&#x20;

<figure><img src="/files/rZihzb12S7uWxbAmrHrr" alt=""><figcaption><p>User Manager </p></figcaption></figure>

You can install or uninstall the selected version of your app for a specific user by clicking **Install** or **Uninstall** beside the user's account information within the table. Additionally, if the user has an older version of the app installed - you can force an update to the current selected version.&#x20;

<figure><img src="/files/zzSFTfDJSFpDDNEG33DF" alt=""><figcaption></figcaption></figure>

#### Installation History

All details about who has installed your Teams app are logged under the **Installation History** tab. From here, you'll be able to see a list of users, the date of installation, the version installed, and the installation type (personal, group chat, or channel).&#x20;

<figure><img src="/files/AosVqaoOB3e3PtzeX6AP" alt=""><figcaption></figcaption></figure>


---

# 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://academy.looply.ai/app-management/installing-looply-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.
