# Info

The **Info** command allows you to view various types of information related to users, channels, emojis, or the guild.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/info`
   * `-info`
2. **Select Information Type**\
   You can choose what type of information you want to view by specifying one of the following options:
   * **User Information:**\
     Use `user [user]` to view information about a specific user.\
     Example: `-info user @User`
   * **Channel Information:**\
     Use `channel [channel]` to view information about a specific channel.\
     Example: `-info channel #general`
   * **Avatar Information:**\
     Use `avatar [user]` to view the avatar of a specific user.\
     Example: `-info avatar @User`
   * **Emoji Information:**\
     Use `emoji [emoji]` to view information about a specific emoji.\
     Example: `-info emoji 😄`
   * **Guild Information:**\
     Use `guild` to view information about the entire server.

***

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/information/info.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.
