# /who

## Syntax

**/who** ***options***

## Description

Searches the current zone for the spawns matching the specified [Spawn Search](/macroquest/general-information/spawn-search.md) *options*, with the addition of:

* all: Scan all zones. Note: this reverts to the native /who command.
* concolor: Displays the results in consider colors
* sort : Sort by this metric

## Examples

* **/who npc named**

Displays a List of The Named NPC in Zone

* **/who pc Cleric**

Displays a List of Player Clerics (Even if Anon or /role)

* **/who npc pixtt**

Diplays a List of NPC's with pixtt in their name

* **/who npc 64**

Displays a List of NPC's who are level 64

* **/who pc 70**

Displays a List of PC's Who are level 70

* **/who race human**

Displays a List of PC's Who are Human

* **/whotarget (/whot)**

Displays a /who for your target, works on npc/pc shows even if role/anon, Shows if sneaking as well.


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/who.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.
