# Reclaiming requests

Reclaiming is a process where a user withdraws a request that wasn't carried out before the specified deadline. There are multiple possible scenarios where the request might not get fulfilled, specifically:

* The acceptable [slippage](/glossary.md#slippage) was set too low when creating the request. [Agents](/glossary.md#agent) always respect the parameters set in the requests and if it's not possible to carry out a request given the parameters, <mark style="color:orange;">the request cannot be executed.</mark>
* User-specified `deadline` is short and expires too soon or the network is congested and the transaction is not accepted in time as a result.

Funds locked in requests are **always 100% safe** and can be easily reclaimed using the WingRiders UI after the deadline has expired.

## Guide

You can reclaim your requests in your list of **Pending transactions** in the **Transactions** tab.

![](/files/gM9beh3WAWFSWe6tlxkd)

After clicking on the **Reclaim** button, a **Confirm reclaim** window shows up, where you can review the reclaim. Once you are ready, click **Confirm**. Afterward, you will be prompted by your connected wallet to sign the transaction (*example from Nami Wallet, the interface may differ in other wallets*).

![](/files/lYAPV0ha5qmL5SvhinDT)![](/files/gbQwaWG3zProiBWzUVNA)

<mark style="color:orange;">After successfully signing the transaction</mark>, WingRiders will inform you about a successful reclaim request submission. You can track the progress of your request in the **Transactions** tab, either by clicking **Transaction list** in the message window or clicking **Transactions** in the top right corner. When confirmed, you will see the transaction in the **Completed tab** of the Transactions section.

![](/files/Nheeu8ocyYJJIFLmPo4G)![](/files/eE6I44LWkDbrQYpVsG5G)


---

# 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.wingriders.com/actions/reclaiming-requests.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.
