# Pending reason

A reason to wait allows you to put a ticket on hold, send automatic reminders and resolve the ticket if it has not received a response. All these actions are subject to conditions:

* the interval between automatic follow-ups;
* the number of follow-ups before resolution;
* setting up a follow-up template;
* implementation of a solution template.

## Create a pending reason

* Go to **`setup`** > **`dropdowns`** and enter **`pending reasons`** in the search box
* Click on **`+ Add`**

<figure><img src="/files/tzR2kq3w4BaT036vBF5Z" alt=""><figcaption><p>View pending resason</p></figcaption></figure>

* **Name**: name of the pending reason (appear in dropdown-list);
* **Comments**: optional, internal note;
* **Default pending reason**: set the default pending reaso&#x6E;**;**
* **Pending per default**: define whether it will be pre-selected when the pending reason is activated;
* **Calendar**: select a calendar so that reminders are sent in line with the company's working hours;
* **Automatic follow-up / solution frequency**: disable or select the [frequency ](#user-content-fn-1)[^1]desired (every
* **Followup template**: select or add an [followup ](/documentation/modules/assistance/tabs/followup.md)template;
* **Follow-ups before automatic resolution**: disable or or choose the [number of follow-ups](#user-content-fn-2)[^2] before closing;
* **Solution template**: select or add a [solution ](/documentation/modules/assistance/tabs/solution.md)template;

## Apply a pending reason

* To apply a reason for waiting, open the relevant ticket;
* Click on answer/task/solution;
* Activate it using the button at the bottom of the answer/task/solution;

<figure><img src="/files/nhEFeofr89FiaKdW6ylJ" alt=""><figcaption><p>Apply pending reason</p></figcaption></figure>

* Select a template or manually enter the information you need.
* Then click **`+ Add`**

{% hint style="success" %}
After the user has responded to the last follow-up, the reason for waiting is cancelled. If necessary, it will need to be applied during the next follow-up.
{% endhint %}

[^1]: * Every day
    * Every twho days
    * Every three days
    * Every four days
    * Every five days
    * Every six days
    * Every week
    * Every two weeks
    * Every three weeks
    * Every four weeks

[^2]: * No follow-up
    * After on follow-up
    * After two follow-ups
    * After three follow-ups


---

# 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://help.glpi-project.org/documentation/modules/assistance/tabs/pending-reason.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.
