# Resending Commands

Sometimes its useful to resend commands once they've already been executed on your game server. This might be due to a data loss or a reset of your game server. We've tried to make it easy for you to do this.

## Resend Commands For A Single Payment

If you would like to resend the commands for just a single payment, go to the payment you want to resend and scroll to the commands section. Click the **Resend Commands** button and follow the instructions given on that page.

## Resending Commands For Multiple Payments

If you would like to resend commands for all (or some of) your payments you can do so by following these steps.

1. Go to **Game Servers** > **Resend Commands**.
2. Click **Resend Commands**.
3. Enter the following options:

**Options**

1. **Start Date** - Only resend commands in payments after this date.
2. **End Date** - Only resend commands in payments before this date.
3. **Payment Statuses** - Only resend commands which have these selected statuses.
4. **Resend Type** - Additional filter options which allow you to only resend commands for packages which match a certain criteria.

Once you have entered the options above, click resend. The commands will now be added to a queue and we will start to resend the commands which match your filters.

{% hint style="info" %}
Please avoid sending large volume of commands in one go as this can occasionally result in the commands not being fully resent.
{% endhint %}


---

# 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.tebex.io/creators/command-management/resending-commands.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.
