# /refresh

{% hint style="info" %}
/refresh will force a collection to be rescanned on the butler backend
{% endhint %}

`/refresh` can be used in the [Community-Bot](https://discord.com/channels/910479328746287104/947522708546134046) channel:

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

### Required Parameters

* `collectionslug` can either be a collection slug or smart contract address to be scanned

### Optional Parameters

* None

### Output

{% hint style="info" %}
The bot will send you an immediate privat response
{% endhint %}

<figure><img src="/files/PzvhzxlqLiabURkp54Fp" alt=""><figcaption><p>Successful response after using /refresh</p></figcaption></figure>


---

# 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.nftbutler.io/nft-butler/products-and-services/discord-bot/refresh.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.
