# Notification system

Our ticketing system offers you the possibility of receiving notifications both via email and through Teams to facilitate each support request management. &#x20;

These notifications inform you about the status of your tickets, the comments of other users or agents and the new updates available. &#x20;

As previously said, **notifications are both via MS Teams and e-mail** and they’re triggered as per following: &#x20;

1. When users **submit** a support request, they must set an Area and a Topic. Based on these two parameters, agents assigned to those specific Area or Topic receive the notifications.&#x20;
2. Managers and administrators can **assign** the ticket to an agent. Once they do this, the Agent will receive a notification, saying “A ticket has been assigned to you”. Agents can also assign the ticket to themselves. &#x20;
3. The agent can read the ticket and **move** it to another Topic, if this is necessary for the correct resolution of the support request. Once the ticket is moved, the agents of the new Topic will likewise receive the notification. &#x20;
4. Agents can **answer** the ticket thanks to the chat available on the right-hand side of each ticket interface. Once the press on “Send”, the requestor will receive a notification alerting them about this. &#x20;
5. Agents can **change** the ticket **status** (i.e., change it from “In progress” to “Solved”). Once they do so, the requestor will receive a notification about this.&#x20;

{% hint style="success" %}
This system has been set up to make your ticketing experience easier and more efficient. However, it’s possible for you to set personalized flows with PowerAutomate. [**Click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/platform-settings#events-receiver) to discover more about this.
{% endhint %}


---

# 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.intranet.ai/ticketing-system-via-teams/features/notification-system.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.
