> For the complete documentation index, see [llms.txt](https://thedarkzone.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thedarkzone.gitbook.io/guide/the-dark-zone/custom-enchants.md).

# Custom Enchants

**ENCHANTER**

You probably have noticed in the enchanting on our server that you are seeing enchants that you may not have seen anywhere else. This is due to our custom enchanting we have enabled on our server. If you type *<mark style="color:green;">/enchanter</mark>* you will see a pop up menu showing you all the enchant books and what they do and how to use them.

![](/files/jeTAZwSJrjUOpsn00FxH)

When you highlight over the enchanter you will see what xp is required to get a book.

![](/files/NlAANK9rSMKxhN2lJnex)

Once you click on the book you should see the book pop into your inventory.

Once you right click the book it will reward you with a random enchant of that quality.

Simply drag the book to the allocated item and it's that simple. (See gif below of an example)

The book has a chance to fail and so far to date the failure only results in the book being destroyed not the item.

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

## Tinkerer

This allows you to trade in old gear or books to get a chance at more dust or items to upgrade your books or get xp back

![](/files/bOnxdrlBlGAkHuVIwEe8)

## Alchemist

Allows you to combine books and magicdust

![](/files/HpHSGbHWp7K0JlrOs5uN)


---

# 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://thedarkzone.gitbook.io/guide/the-dark-zone/custom-enchants.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.
