> For the complete documentation index, see [llms.txt](https://wiki.thenodemc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thenodemc.com/pixelmon/move-tutor-terminal.md).

# Move Tutor Terminal

The Move Tutor is available at `/warp lab` and uses Type Essence as a currency.

**Type Essence** is obtained by completing Bounties obtained from Professor Watters.&#x20;

### Obtaining Bounties

Bounties come in 4 different tiers; **Poor**, **Good**, **Excellent**, or **Pristine**. Each tier is increasingly more difficult, however gives a proportionate amount of Type Essence- This also means the better ones are more expensive to purchase.

![](/files/rHEz3U4fYdTN2EIFNN1W)

After purchasing a bounty, you should *equip the Essence Jar in your offhand* as this is the only way to begin filling it.

### Completing a Bounty

Bounties give you a limited amount of time (1 hour) to catch a certain amount of Pokémon that match the Type of bounty you purchased. You can see how much time you have remaining on your bounty at the top of your screen:

![](/files/PpvG3Z9cCFM0MsU7VMNV)

### Turning in a Completed Bounty

Once you have successfully filled your jar to 100%, you can turn it in at `/warp lab` by right clicking on the Essence Jar Exchange with the filled jar in your hand to retrieve the Type Essence inside.

Now you can spend it on any move you'd like at the **Move Tutor Terminal**!

![](/files/6hhnrb4BU9pwPhaRq6zm)


---

# 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://wiki.thenodemc.com/pixelmon/move-tutor-terminal.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.
