# /user

{% hint style="info" %}
**Good to know:** Anytime you see a word surrounded with <> this signifies this is a parameter for the command itself
{% endhint %}

## /user info \<user>

This command can be used to gather additional information about a user. This can be useful for getting to know and verifying your members.

Parameters

| Parameter Name | Type         | Optional |
| -------------- | ------------ | -------- |
| user           | Discord User | no       |

![](/files/HAqPWXngrvPfaotozLJA)


---

# 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.betsybot.xyz/global-commands/user.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.
