# Ticket lifecycle

Each user can land on the platform in two ways: &#x20;

1. Thanks to the dedicated button on the **Teams** application bar&#x20;
2. By landing on the dedicated **website** &#x20;

Users can see, in the main page, two different buttons:&#x20;

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

1. New ticket &#x20;
2. Manage tickets: by clicking here, each user will see their tickets only&#x20;

## Opening a ticket

When users open a ticket, they’ll be asked to fill in the following information: &#x20;

* **Area**: the first level of classification of the ticket&#x20;
* **Topic**: the second level of classification of the ticket&#x20;
* **Priority**: Low, Medium, High&#x20;
* **Custom properties**: Based on what you've previously set up. These properties can be added, removed and customized ad you’d rather &#x20;

{% hint style="info" %}
[**Click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/platform-settings#custom-properties) to read more about Custom Properties.
{% endhint %}

* **Subject**: the title of the ticket &#x20;
* **Description**: the explanation of the issue &#x20;
* **Attachments**&#x20;

Once the users are done with filling in, they must click on **Save**. Also, the “Cancel” button is available, for the users to completely discard the ticket and come back to the Manage Ticket area. &#x20;

{% hint style="info" %}
Once a user opens a ticket, a notification system starts. If you want to read more about it, [**click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/notification-system).&#x20;
{% endhint %}

## Manage tickets&#x20;

Once the ticket is open, agents and managers inside the corresponding group will receive an email.

{% hint style="info" %}
The Groups are associated with the Topics. [**Click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/platform-settings#topics) to discover how to set the Topics and the corresponding Groups.
{% endhint %}

In the email, the agent will have an overview of the issue and can click on the links to open the ticket directly via Teams or browser.

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

The agents can click the link they’d rather (browser or Teams) and land on the corresponding ticket.

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

Thanks to this dashboard, the agent can proceed in managing the ticket:

* Check the support request (they can also move the ticket to another area or topic if needed)&#x20;
* Assign the topic to themselves or another agent &#x20;
* Check other parameters that have been set ([**click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/platform-settings#custom-properties) to read more about the Custom Properties)&#x20;
* Proceed in analyzing the ticket and answer the user, this is possible thanks to: &#x20;
  * The possibility to write a message for any further questions &#x20;
  * The possibility to use quick replies, if previously set ([**click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/navigation-bar#quick-replies-browse-the-faq) to see how to do so) &#x20;
  * The possibility to arrange a meeting, if this is needed to solve the issue in a quicker way
* Change the ticket status: &#x20;
  * Canceled
  * Solved
  * Open
  * Pending &#x20;
  * In progress&#x20;

{% hint style="success" %}
For any of these steps, a system of notification is ready to align all the parties involved in the support request. [**Click here**](https://docs.intranet.ai/ticketing-system-via-teams/features/notification-system) to read more about the notifications system.
{% 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/ticket-lifecycle.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.
