> 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/smart-actions.md).

# Smart Actions

{% hint style="danger" %} <mark style="color:red;">**THIS FEATURE IS FOR PREMIUM MEMBERSHIPS ONLY!**</mark>
{% endhint %}

## Where to the Smart Actions?

You can access the **Smart Actions Window** from the **Features tab** in the tool.

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

## How it works?

**Set a Trigger:** Decide when the action should activate.

* **Bricker Mode Sale** – Triggers when a Bricker Mode sale occurs.
* **Consignment** – Triggers when an item becomes available for consignment.
* **Status Change** – Triggers when a sale status updates.

**Apply a Filter:** Narrow down the conditions for the action.

* **Site Filter** – Choose a specific marketplace where a consignment slot is available.
* **Item Filter** – Select an item from your database, along with its size and quantity.

**Choose an Action:** Define what happens when the trigger activates.

* **Upload a Listing** – Automatically submits a listing to the selected platform.
* **Delete Listing Group** – Removes a group of listings from other platforms.

## Using Pre-Built Templates

Instead of creating a custom actions from scratch, you can use our ready Smart Action templates:

* **Wethenew Consignment Sniper** – Automatically lists an item on Wethenew when a consignment slot opens.
* **Delete Pair Listings** – Removes sold sizes from Bricker Mode to keep your listings up to date.

## Enabling the Action

After setting up your Smart Action, enable it by ticking the checkbox beside it.\
This is how one finished and active running Wethenew Consignment Action looks like:

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

{% hint style="info" %}
The Actions Window can be closed and it will stil be active.
{% 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/smart-actions.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.
