# Workflow: Automatic ticket closure

## Problem <a href="#workflow-automaticticketclosure-problem" id="workflow-automaticticketclosure-problem"></a>

When your service desk agents change a ServiceNow ticket state to "resolved", they still need to manually reach out to the employee to confirm that the ticket can be marked as "closed". This step takes an unnecessarily long amount of time, leading to delays in ticket closure which ultimately hurts the efficiency of the IT service management process.

## Solution <a href="#workflow-automaticticketclosure-solution" id="workflow-automaticticketclosure-solution"></a>

Automatically trigger a workflow, in real-time using an API event trigger, the moment a ServiceNow ticket changes state to "resolved". A campaign is immediately sent to the employee to confirm that the service request was indeed completed. If the user confirms, they are prompted to rate the experience while the workflow automatically closes the ticket. If they do not confirm, the ticket is updated accordingly.

## **Expected value** <a href="#workflow-automaticticketclosure-expectedvalue" id="workflow-automaticticketclosure-expectedvalue"></a>

By fully automating the ticket closure process, you will:

* Save service desk agents' time
* Accelerate ticker closure rate
* Increase employee feedback response rate on their experience with the service desk

## Get started <a href="#workflow-automaticticketclosure-getstarted" id="workflow-automaticticketclosure-getstarted"></a>

Configure and start using your packs by following these links:

* [Configuration guide: Automatic ticket closure](/platform/library-packs/l1-support/workflow_-automatic-ticket-closure/configuration-guide_-automatic-ticket-closure.md)
* [Usage guide: Automatic ticket closure](/platform/library-packs/l1-support/workflow_-automatic-ticket-closure/usage-guide_-automatic-ticket-closure.md)


---

# 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.nexthink.com/platform/library-packs/l1-support/workflow_-automatic-ticket-closure.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.
