> For the complete documentation index, see [llms.txt](https://docs.restock.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.restock.gg/features/functions/schedule-pickup.md).

# Schedule Pickup

## Where to find the Schedule Pickup Window?

You can access the **Schedule Pickup Window** from the **Features tab** in the tool.

<figure><img src="/files/wO7JSyCz94tjtlPvKjj1" alt=""><figcaption><p>The Schedule Pickup window — pick a carrier (UPS Schedule, DHL Schedule, or Import Data) and fill in the address, package quantity, and total weight.</p></figcaption></figure>

## How it works?

After entering your data and setting up your first schedule, the tool will auto-generate a reusable template for easy imports in the future.

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

{% hint style="info" %}
We bypass the fee that UPS has to generate a pickup, meaning that the pickups generated by RestocksAIO are free.
{% endhint %}

{% hint style="info" %}
Both **UPS** and **DHL Express** pickups are supported. Select your carrier in the Schedule Pickup window.
{% endhint %}

## My Pickups

Every pickup you book is saved to the **My Pickups** tab, so you always have a record of your scheduled UPS and DHL collections in one place.

<figure><img src="/files/YCJ18A5ZMeBh7jDDFQly" alt=""><figcaption><p>The My Pickups tab — every scheduled pickup with its confirmation number, date, window, location, live status, and quick actions.</p></figcaption></figure>

Each row shows the courier, confirmation number, pickup date and time window, location, and a live **status** with how long is left before the pickup window closes (or whether it has already expired). Use the search box and the **courier** / **status** filters to quickly find a specific pickup.

The action buttons on each row let you:

* **Track** — open the carrier's tracking page for that pickup.
* **Repeat** — pre-fill the New Pickup form with the same details so you only need to choose a new date.
* **Copy** — copy the confirmation number to your clipboard.
* **Remove** — delete the pickup from your history.

{% hint style="info" %}
The **Repeat** action remembers your carrier, address, and package details — handy for re-booking the same collection without re-typing everything.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.restock.gg/features/functions/schedule-pickup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
