# Urban

The **Urban** command allows you to search for words in the Urban Dictionary. You can get definitions, usage examples, and additional information about the word.

## How to Use

### 1. **Search for a Word**

* **Prefix Usage:**\
  `-urban [word]`\
  Replace `[word]` with the word you want to search for in the Urban Dictionary. For example, `-urban cool` will return the definition of the word "cool" along with usage examples and additional information.
* **Slash Usage:**\
  `/urban [word]`\
  Similar to the prefix usage, replace `[word]` with the word you want to search.

The bot will return the definition of the word, usage examples, and other related information.

***

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/overview/commands/utility/urban.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.
