# /charinfo

## Syntax

**/charinfo**

## Description

Returns your current bind zone and location.\
**Note:** This is a normal EverQuest command that is detoured by MacroQuest2 to display additional information.

## Examples

* The EverQuest /charinfo will return your bind zone and \[secondary bind or Origin location] in the main chat

  window.

```
You are currently bound in: The Bazaar, The Field of Bone
```

## Inconsistency

SOE uses the *Y, X, Z* convention for their location data instead of *X, Y, Z* used by MQ2.\
If you would like the bind data to display *correctly (in SOE terms)* you may perform the modification to MQ2Commands.cpp found here: [/charinfo thread](https://macroquest2.com/phpBB3/viewtopic.php?t=15945)


---

# 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/charinfo.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.
