# Path Editor

## Index

1. [Where can I find the Path Editor?](#where-can-i-find-the-path-editor)
2. [Profile](#profile)
3. [Options & Overview](#options-and-overview)
4. [Edit Waypoints](#edit-waypoints)
5. [Map Mode / Editor Mode](#map-mode-editor-mode)

***

## Where can I find the Path Editor?

Open your world map (default: "M" key) and click on Path Editor or on the Grinder icon in the upper right corner. If you don't see the icon or button, set your world map to full screen.

<figure><img src="/files/3wB3gFZP0I0WDEVPTCn1" alt=""><figcaption></figcaption></figure>

***

## Profile

Your currently selected path will be loaded automatically.\
Select a path of your choice via the selection field.\
All paths are categorized by profiles.\
The profile of the loaded path is highlighted in green in the selection field.

<figure><img src="/files/8cRyOvcbC6zGVxzyjWMU" alt=""><figcaption></figcaption></figure>

***

## Options & Overview

* Check "Show Path" only to hide all other symbols except those of the path itself.

<figure><img src="/files/Utk9LtDwGE4ieeB8HZN6" alt=""><figcaption></figcaption></figure>

* If you move your mouse over a coordinate, the selected waypoint will be magnified.

<figure><img src="/files/pCZqjbcA1kbE7Q247F8L" alt=""><figcaption></figcaption></figure>

***

## Edit Waypoints

<figure><img src="/files/ShiU1dqWH1R5Y2mbgor2" alt=""><figcaption></figcaption></figure>

| Option              | Description                                                                                                    |
| ------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Add Waypoint**    | Click on the map to add a waypoint.                                                                            |
| **Delete Waypoint** | Click on the red X in the Path Editor to delete a waypoint.                                                    |
| **Swap Waypoints**  | In your Path Editor, click on a waypoint that you want to swap. Now select the waypoint you want to swap with. |

***

## Map Mode / Editor Mode

To enter the Map Mode, right-click on the World Map.\
Move your mouse over the Path Editor to return back to the Editor Mode.

<figure><img src="/files/VPY9mvEs0vF2Xz36DP1n" alt=""><figcaption></figcaption></figure>


---

# 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://tutorials.wowgrinder.com/grinder/path-editor.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.
