# Activity in Microsoft Teams

The main difference between Teams and the RPA Connect Portal lies in the *Activity* tab, as its functionality focuses on the notifications we previously discussed when addressing the [integration with Microsoft Entra ID](https://github.com/entaconsulting/rpa-connect-docs/blob/gitbook-transfer-data/english/administracion/integracion-con-microsoft-entra-id/README.md). When a new form instance is assigned to you, the application will send you a pop-up notification and create a new chat message in the ***Activity*** tab.

<figure><img src="/files/MqTAjJdfi3SM7YonqyYt" alt=""><figcaption><p>Notification in Microsoft Teams</p></figcaption></figure>

On this card, you will see:

* The title of the form, which is set based on the instance data.
* The stage, if it is part of a workflow, indicating the current ***stage*** of the process.
* A personalized message for each user or form with details of the expected action for that request. To configure it, you can use the ***notificationMessage*** parameter when creating actions with BluePrism, as we previously saw for the [***Create Stage*** function](https://github.com/entaconsulting/rpa-connect-docs/blob/gitbook-transfer-data/english/blueprism/conexion-con-blueprism/otras-acciones/acciones-vinculadas-a-stages.md#create-stage).
* A link to the ***Inbox***, where you can review the form instance.


---

# 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.rpaconnect.io/en-us/interaction-channels/instance-management-in-teams-and-the-portal/activity-in-microsoft-teams.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.
