# Tool Item

## Navigation Tool Item

One way of teleporting you with FAWE is through the use of a "navigation-item". By default, this is the vanilla `compass`. The item is changeable in the `worldedit-config.yml`:

```yaml
navigation-wand:
  item: minecraft:compass
  max-distance: 100
```

With left-click you executing the [Jumpto](https://github.com/IntellectualSites/documentation/blob/main/fastasyncworldedit/commands/navigation/navigation.md#jumpto) command, and with right-click your executing the [Thru](https://github.com/IntellectualSites/documentation/blob/main/fastasyncworldedit/commands/navigation/navigation.md#thru) command.

The FAWE tool items (inclusive the navigation tool) can be obtained e.g. via the normal creative inventory or with the `//wand -n` command (see [Wand](https://github.com/IntellectualSites/documentation/blob/main/fastasyncworldedit/commands/selection/selection.md#wand)).

**Permissions:**

* `worldedit.navigation.jumpto.tool`
* `worldedit.navigation.thru.tool`

![Compass](/files/vkFwRJp2NRdyEHxA7sAU)

## Wand Tool Item

Positions are defined in various ways. One of these ways is through the use of a "wand-item". By default, this is the vanilla `wooden_axe`. The item is changeable in the `worldedit-config.yml`:

```yaml
wand-item: minecraft:wooden_axe
```

Left-clicking a block with this wand-item defines the primary position (aka "pos1") and right click defines the secondary position(s) (aka "pos2").

The FAWE tool items can be obtained e.g. via the normal creative inventory or with the `//wand [-n]` command (see [Wand](https://github.com/IntellectualSites/documentation/blob/main/fastasyncworldedit/commands/selection/selection.md#wand)).

![Wooden-Axe](/files/Cs5BQXmgoYgWFjgiMEFT)

## Far Wand

Positions are defined same as the Wand Tool item but with infinite range and a possible other item.

Take a tool in main hand. Left-clicking a block with this farwand-item defines the primary position (aka "pos1") and right click defines the secondary position(s) (aka "pos2").

The farwand tool items can be obtained e.g. via the command `/tool farwand` or `/farwand` with a tool in hand.

**Permission:**

* `worldedit.tool.farwand`


---

# 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://intellectualsites.gitbook.io/fastasyncworldedit/features/tool-items.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.
