# Teams App

Once enabled in the integration, sending Crewmojo notifications to users directly in Microsoft Teams is done via a Teams App and Bot.

When a notification is sent to a user, we determine if it should be routed to Teams. If so we check for the Crewmojo Teams app being installed for the user in Teams. If it is not installed, we install it for them on their behalf and then send the notification to the Teams app via the bot.

The user will see the notification in a one-way conversation with 'Crewmojo'

If a user wants to stop Teams notifications at an individual level they can uninstall the Crewmojo app in Teams. Crewmojo will not automatically reinstall the Teams app if it has been uninstalled.

To re-enable the Crewmojo notifications after it has been uninstalled by the user then they must install the Crewmojo app in Teams from the app catalog.

### Support

Please see the [contact page](/support/contact.md) for how to contact Crewmojo if you experience any issues with the Teams App


---

# 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.crewmojo.com/integrations/microsoft-365/teams-app.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.
