> For the complete documentation index, see [llms.txt](https://jeff-world.gitbook.io/jeff-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jeff-world.gitbook.io/jeff-world/newbies-guides/introduction/world-map/npc.md).

# NPC

**Use the Navigation Icon to Find NPCs Easily!**

Finding NPCs in JEFF World is now **faster and easier** with the **Navigation Icon** next to the minimap!\
Follow the steps below to quickly locate any NPC. 🚀

## How to Use the Navigation Icon

1. **Click the Navigation Icon** next to the minimap at the **top-right** of the screen.

<figure><img src="/files/E0fjTjjIZBtItk3ThxfL" alt="" width="509"><figcaption></figcaption></figure>

2. From the **NPC List**, click the **Navigation Icon** next to the NPC you want to find.
   * The list also shows the **distance** between your current location and the NPC.

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

3. After selecting an NPC, a **paper airplane icon** will appear above your character’s head.
   * **Follow the paper airplane** to reach the NPC quickly and easily!

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

With this feature, navigating JEFF World is a breeze! ✨


---

# 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:

```
GET https://jeff-world.gitbook.io/jeff-world/newbies-guides/introduction/world-map/npc.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.
