> For the complete documentation index, see [llms.txt](https://tutorials.wow-jack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.wow-jack.com/quest-manager/options/npcs-food-and-drink.md).

# NPC's, Food and Drink

{% hint style="info" %}
Jack will always seek out the closest NPC in your list.
{% endhint %}

***

## Index

1. [NPC's (Vendor/Trainer)](#npcs-vendor-trainer)
2. [Buy Food / Buy Drink](#buy-food-buy-drink)

***

## NPC's (Vendor/Trainer)

{% tabs %}
{% tab title="Vendor" %}

* Go to a vendor nearby and target him.

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

* Select "Vendor".
* Check "Can buy food/drink" if the vendor offers this.
* Check "Can repair" if the vendor can repair.
* Click on "Add Target" to add the vendor to your list.

<figure><img src="/files/LnK1kmt2IiXccOW92wZ8" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Trainer" %}

* Go to a trainer nearby and target him.

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

* Select "Trainer".
* Choose suitable class that the trainer will train.
* Click on "Add Target" to add the trainer to your list.

<figure><img src="/files/nksGXYAFBrbrbraKxHyH" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
To **edit** an NPC in your list, select it, adjust the settings and click on "Update".

To **remove** an NPC from your list, select it and press the "DEL" key.
{% endhint %}

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

{% hint style="info" %}
NPCs marked in the list will be displayed in-game with an icon and the distance.
{% endhint %}

{% tabs %}
{% tab title="Vendor" %}

<figure><img src="/files/JOcVWOJhuxvydwrowNf4" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Trainer" %}

<figure><img src="/files/pn9Oqtg8CDb5uWhHsUhB" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## Buy Food / Buy Drink

{% hint style="warning" %}
You need at least 1 vendor in your NPC list where food/drink can be bought.
{% endhint %}

* Enter the name of the food/drink in the corresponding search field.

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

{% hint style="info" %}
As soon as you see the desired food/drink in green letters below, Jack will make sure that your character is sufficiently supplied with it in the future.
{% endhint %}

{% hint style="info" %}
Jack will always try to buy 40 pieces of the respective item and will go back to the vendor if there are less or equal 5 pieces in the bag.
{% endhint %}


---

# 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://tutorials.wow-jack.com/quest-manager/options/npcs-food-and-drink.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.
