> 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/settings-and-features/object-lists.md).

# Object Lists

<details>

<summary>What is an Object List?</summary>

Through these lists, Jack receives detailed information about individual spells, objects, and items in the world.

</details>

<details>

<summary>What can I do with it?</summary>

You can edit or extend these lists as you like. If Jack does not recognize something correctly in the game, add the spell/object/item to the appropriate list.

</details>

<details>

<summary>Where can I find these lists?</summary>

In your Jack folder under:

```
/Data/Lists/
```

</details>

<details>

<summary>Can't I just have the lists updated?</summary>

[Yes, click on Settings and select the tab "Jack".](/settings-and-features/settings.md#jack)

All lists are updated at regular intervals.

</details>

***

## How to edit/expand a list

{% hint style="info" %}
In this example we explain how to add a new spell.

The procedure is the same for each list and game. Only the content may differ slightly.
{% endhint %}

1. Open your Jack folder and navigate to /Data/Lists/GameName/.
2. Open the file Spells.json with an editor of your choice.
3. Scroll all the way to the bottom.
4. Here we see now the last spells in the list:

<div align="left"><figure><img src="/files/HOSmj2HN8hKtgtZZlrZN" alt=""><figcaption></figcaption></figure></div>

5. You can see a clear pattern:\
   { Content, Content, Content }
6. We now add a new spell to the list:

<div align="left"><figure><img src="/files/LM4YrOBmNPrpgyxaHAaf" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Don't forget the comma (red arrow).
{% endhint %}

7. Adjust the values according to the following scheme:

| Name    | Value        |
| ------- | ------------ |
| "ID":   | Spell ID     |
| "Name": | "Spell Name" |

8. Restart Jack.


---

# 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/settings-and-features/object-lists.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.
