# Text

## /text reverse

Reverses a given text.

```
/text reverse <string: text>
```

## /text reverse-wide

Reverses a given text and wides it.

```
/text reverse-wide <string: text>
```

## /text wide

Wides a text.

```
/text wide <string: text>
```

## /text wide-wide

Wides a text more than wide.

```
/text wide-wide <string: text>
```

## /text unwide

Unwides a text; removes all newlines and spaces.

```
/text unwide <string: text>
```

## /text emojify

Converts the given text to emojis, if possible.

```
/text emojify <string: text>
```

## Context Menu Commands

Context menu commands for this category. Context menu commands are currently only available on web clients or desktop versions by using right click a message or member and hovering to Apps.

### Unwide Text

Unwide a text; removes all newlines and spaces.

### Reverse Text

Reverses the text.

### Output as JSON

Sends you a file containing the message as JSON.

{% hint style="info" %}
The bot requires Attach Files permission to send you the `.json` file.
{% 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.managebot.xyz/command-categories/text.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.
