# Get Info and Context Menu

{% hint style="success" %}
Use `guildinfo` to inspect server, user, and role details.
{% endhint %}

## Command format

1. `/guildinfo server`
2. `/guildinfo user [user]`
3. `/guildinfo role <role>`

## What each subcommand shows

1. `server` shows key server details such as owner, channels, members, emojis, boosts, and core links
2. `user` shows account dates, server join date, permissions, roles, and profile image links
3. `role` shows role id, mention format, member count, colour, permissions, and icon details

Tip

If you skip the optional `user` value in `/guildinfo user`, GateKeeper uses your profile.


---

# 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.gatekeeperbot.net/context-menu-and-misc/get-info-and-context-menu.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.
