> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/obsluga-wnioskow-porzuconych.md).

# Handling abandoned requests

{% hint style="info" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

Handling abandoned requests is a feature that allows you to specify the process that should be started when a user abandons a request.

{% stepper %}
{% step %}

#### Select the abandoned request handling icon

To specify the process that should be started after a request is abandoned in Eximee, while in edit mode in the tab **Steps** click the icon **Abandoned request handling**.

<figure><img src="/files/93073ebec6c53bb127f6753f1745f8a9183e0465" alt=""><figcaption><p><em><strong>Figure 1.</strong> View in the Steps tab</em></p></figcaption></figure>
{% endstep %}

{% step %}

#### Enter the process name

A panel will expand on the left side **Abandoned request handling**. In the text field **PROCESS NAME** enter the name of the process that is to be started after the customer abandons the Eximee request. Then the data from the form will be saved in Formstore and marked as an abandoned request (ABANDON status).

<figure><img src="/files/768bfbf5463d7ab0557bcdf004c0819bb681db89" alt=""><figcaption><p><em><strong>Figure 2.</strong> Abandoned request handling panel</em></p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The variable is passed to the process `modelInstanceId`, so it is possible to use the data model in script tasks. Variables can be passed to the process in the same way as to the process started after saving the request: [https://docs.eximee.com/budowanie-aplikacji/proces-biznesowy/przekazywanie-danych-do-procesu](/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/przekazywanie-danych-do-procesu.md)
{% endhint %}

| demoAbandon\_app |
| ---------------- |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/obsluga-wnioskow-porzuconych.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.
