# status

## Command Definition

**`eb.status [@Someone or <@DiscordID> {limit 50}]`**

| Parameters          | Options | Example                                     | Shortcut                               |
| ------------------- | ------- | ------------------------------------------- | -------------------------------------- |
| -                   | -       | **`eb.status`**                             | **`eb.s`**                             |
| @mention            | -       | **`eb.status @DiscordUser`**                | **`eb.s @DiscordUser`**                |
| <@discordId>        | -       | **`eb.status <@12345678901234678>`**        | **`eb.s <@123456789012345678>`**       |
| @mention1 @mention2 | -       | **`eb.status @DiscordUser1 @DiscordUser2`** | **`eb.s @DiscordUser1 @DiscordUser2`** |
|                     | help    | **`eb.help status`**                        | **`eb.help s`**                        |

{% hint style="warning" %}
When using the **@Someone** option, make sure you have their "**Real**" Discord Handle in case your Server changes the nicknames to match their User Account in SWGoH.
{% endhint %}

## Where to Find Discord User Information

### Discord Handle

Find the Member's name in the Discord Server's Members List and **Left Click** on the Member **Once.** Below the profile picture, you will find the **Discord Handle** you will need.

![](/files/-LliJCN35aMcBU0OAwau)

### DiscordID

To find the DiscordID, once again, locate the Member's name in the Discord Server's Members List and **Right Click** on the Member. The Last option in the Drop Down List is to **Copy ID.**

![](/files/-LliJdAKGVqu83e61qZ8)

{% hint style="warning" %}
You Must have **Developer Mode** enabled for this option to appear in the Drop Down List. Instructions for enabling it from a computer can be found below.
{% endhint %}

### How to Enable Developer Mode

At the **Bottom Left** of your screen, you will see your **Discord Name**. Click on the **Gear Icon** next to your name to access **User Settings**.&#x20;

![](/files/-LliLirStZwJs-fiDtwV)

Next, Click on the option for **Appearance** on the left menu. In the new list of options, under **Advanced,** you should see the Toggle for **Developer Mode.**

![](/files/-LliM59Va4-6_DGsh2ur)

## Why Use this Command?

This Command with give you the User's **Ally Code** along with their **Donation Preferences** (*if any*). The result will tell you how many units a person set to **`keep`** or **`give`**. This will give user's an idea as to the preferences of their Guild Mates and give Officers the ability to reevaluate Donation Preferences in the future.

## Status Display

The Display will show the User's **Donation Preferences** along with their **Ally Code** and the **Discord User's Registered Account**.

![Status gives you a broad Overview of a Guild Members Preferences](/files/-LlhhsHoEZxNsyWbQAga)

{% hint style="danger" %}
If trying to search **Multiple** Discord Users, you will not be shown who is giving or keeping specific units. As shown below.
{% endhint %}

![Multiple Status Example. Notice there is no Donation Preferences listed.](/files/-LlhjW06TQUCehjQc5tF)


---

# 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.echobase.app/echostation/player-commands/status.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.
