# FAQ

Tools:

Q: Why aren't the enchant levels being displayed in lore?

A: You need to add the {current-level} placeholder `%enchant-EXPFinder% &f{current-level}&8/&7{max-level}`

Q: How do I change the display of enchants in the lore?

A: To change the display name of enchants in the lore you can add `rawname: ' '`  to an enchant in enchants.yml

Q: How do I display the enchant chance in the lore of the enchant?

A: In the lore of the enchant you can use the *%chance%* placeholder or to display as a percentage you can use *%chance-percent%*


---

# 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://docs.rivaldev.xyz/general/faq.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.
