# Economy

The **Economy** command allows you to configure and manage the entire economy system for your server, including server-wide settings, jobs, shop items, and more.

{% hint style="danger" %}
You need the **ManageGuild** permission to access and manage server-wide economy settings. Without this permission, you can only configure your personal economy settings.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/economy`
   * `-economy`
2. **Select an Option**\
   Based on your permissions, you will have access to various options:

### Status

Enable or disable the economy system for the server or yourself.

* **Enable**: Activates the economy system.
* **Disable**: Deactivates the economy system.

### Robbing Status

Enable or disable the ability to take part in the robbing in the economy system.

* **Enable**: Allows the user to rob other users and other users to rob the user.
* **Disable**: Disables robbing.

### Shop

Manage the server's shop items.

* **Add**: Add a new item to the shop.
  1. Fill out the form with the item's details (name, description, price).
  2. Choose whether to include a **thumbnail**:
     * **Yes**: Upload an image for the item’s thumbnail.
     * **No**: Skip this step.
  3. Optionally, select a **role**:
     * This role will be given to the user when they purchase the item.
  4. The item is added based on your selections.
* **Remove**: Delete an existing item from the shop.

### Works

Manage jobs for the economy system.

* **Add**: Add a new job to the system.
  1. Fill out the form with the following details:
     * **Name**: Job name.
     * **Description**: Job description.
     * **Cooldown**: Time between job usage.
     * **Minimum Pay**: Minimum pay for the job.
     * **Maximum Pay**: Maximum pay for the job.
  2. Choose whether to add a **thumbnail**:
     * **Yes**: Upload an image for the job’s thumbnail.
     * **No**: Skip this step.
  3. Optionally, set a **required role**:
     * Users must have this role to access the job.
  4. Choose whether to add a **reward role**:
     * **Yes**: Select a role to reward users for signing up.
     * **No**: Skip this step.
* **Remove**: Delete an existing job from the system.

### Currency

Change the currency used in the server’s economy.

* Enter the new currency name, and it will be updated for the server.

### Bank

Configure the server’s bank branding.

* **Name**: Enter a new name for the bank.
* **Description**: Provide a new description for the bank.
* **Thumbnail**: Upload a new image to serve as the bank’s thumbnail.

## Permissions Needed

* **ManageGuild** for server-wide configurations.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/spanish/vision-general/comandos/economia/economy.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.
