# Work

The **Work** command allows you to work in the job you've signed up for. You can also view job details, such as salary, cooldown, and rewards.

## How to Use

1. **Start Working**\
   To begin working, use the command:
   * `-work` or `/work`
2. **View Job Information**\
   If you want to see the details of a specific job, use:

   * `-work [job]` or `/work [job]`

   This will show you:

   * **Max and Min Salary**
   * **Cooldown**
   * **Required Role**
   * **Role Reward**

***

For more details, 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/overview/commands/economy/work.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.
