> For the complete documentation index, see [llms.txt](https://intellectualsites.gitbook.io/fastasyncworldedit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intellectualsites.gitbook.io/fastasyncworldedit/features/tool-items.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://intellectualsites.gitbook.io/fastasyncworldedit/features/tool-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
