# /face

## Syntax

**/face \[predict] \[fast] \[nolook] \[away] \[ alert # | loc y,x,z | heading angle | item | door | id # |** ***name*** **]**

## Description

Turns your character to face a target, door, item or location at comparable speeds to pressing the left, right, lookup, and lookdown keys.

Some of the options are listed below.

| Option      | Description                                                                                    |
| ----------- | ---------------------------------------------------------------------------------------------- |
| **predict** | Returns an estimated distance/location, unless the target is stationary                        |
| **fast**    | Faces you instantly                                                                            |
| **nolook**  | Faces your target without changing your vertical viewing angle (looking up/date at the target) |
| **away**    | Turn you in the opposite direction of your target                                              |
| *name*      | Considered a [Spawn Search](/macroquest/general-information/spawn-search.md)                   |

{% hint style="info" %}
Using **/face** without a target will do nothing.
{% endhint %}

## Examples

| **Example**        | **Description**                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------------- |
| /face              | Turns you to face and look at your selected target                                             |
| /face nolook       | Faces your target without changing your vertical view angle                                    |
| /face fast         | Immediately turns your character to face and look at your target                               |
| /face fast predict | Immediately turns your character to face and look at your target's estimated position          |
| /face fast nolook  | Immediately turns your character to face your target without changing your vertical view angle |
| /face item         | Faces and looks at the item following an /itemtarget                                           |
| /face fast item    | Immediately faces and looks at the item following an /itemtarget                               |
| /face loc y,x,z    | Faces the given loc (**note**: no spaces in 'y,x,z' portion)                                   |

## See Also

* [/itemtarget](/macroquest/commands/slash-commands/itemtarget.md)
* [/doortarget](/macroquest/commands/slash-commands/doortarget.md)
* [Spawn Search](/macroquest/general-information/spawn-search.md)


---

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