> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-toolkit/home.md).

# Home

A collection of editors, miscellaneous scripts and modder resources that allow you edit almost everything in the game in real-time.

Below is a brief overview of all the available features.

| Feature                                                                                          | Description                                                                                                                         |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| [General](/the-insurgents-toolkit/features/general.md)                                           | Modify game states such as FOV, no-clip, PRNG, chain, magick fields, and much more.                                                 |
| [Party Member Editor](/the-insurgents-toolkit/features/party-member-editor.md)                   | Reset or recalculate party member level, stats, jobs, equipment, gambits, and much more.                                            |
| [Party Editor](/the-insurgents-toolkit/features/party-editor.md)                                 | Add or remove a party member to or from the party.                                                                                  |
| [Inventory Editor](/the-insurgents-toolkit/features/inventory-editor.md)                         | Add or remove any content to or from your inventory.                                                                                |
| [Free Teleport](/the-insurgents-toolkit/features/free-teleport.md)                               | Teleport anywhere.                                                                                                                  |
| [Summon Chocobo](/the-insurgents-toolkit/features/summon-chocobo.md)                             | Summon a Chocobo.                                                                                                                   |
| [Open Shop](/the-insurgents-toolkit/features/open-shop.md)                                       | Open any shop.                                                                                                                      |
| [Open Save/Load Menu](/the-insurgents-toolkit/features/open-save-load-menu.md)                   | Open the save or load menu at any given time.                                                                                       |
| [Complete Bestiary](/the-insurgents-toolkit/features/complete-bestiary.md)                       | Complete the entire bestiary and therefore unlock all pages.                                                                        |
| [Custom Foe Respawn](/the-insurgents-toolkit/features/custom-foe-respawn.md)                     | Turn any location to a trial mode on demand.                                                                                        |
| [Banish Nearby Foes](/the-insurgents-toolkit/features/banish-nearby-foes.md)                     | Banish all nearby foes.                                                                                                             |
| [Custom Battle Menu Action](/the-insurgents-toolkit/features/custom-battle-menu-action.md)       | Cast any action.                                                                                                                    |
| [Battle Character Editor](/the-insurgents-toolkit/features/battle-character-editor.md)           | View and modify tons of information about a character.                                                                              |
| [Save Game Editor](/the-insurgents-toolkit/features/save-game-editor.md)                         | View and modify absolutely anything in the save game.                                                                               |
| [Battlepack Editor](/the-insurgents-toolkit/features/battlepack-editor.md)                       | View and modify general game information such as gambits, equipment, actions, party members, items, shops, and much more.           |
| [ARD Editor](/the-insurgents-toolkit/features/ard-editor.md)                                     | View and modify foe information per location such as their stats, model, AI, and much more.                                         |
| [EBP Editor](/the-insurgents-toolkit/features/ebp-editor.md)                                     | View and modify tons of information about a location such as treasures, traps, navigation icons, foe status effects, and much more. |
| [MRP Editor](/the-insurgents-toolkit/features/mrp-editor.md)                                     | View and modify information about a UI part of the game such as the save menu, license menu, and so on.                             |
| [Multipalette Texture Editor](/the-insurgents-toolkit/features/multipalette-texture-editor.md)   | View and modify information about multipalette texture icons.                                                                       |
| [License Node Icons Editor](/the-insurgents-toolkit/features/license-node-icons-editor.md)       | View and modify information about license node icons.                                                                               |
| [Clan Primer Handbooks Editor](/the-insurgents-toolkit/features/clan-primer-handbooks-editor.md) | View and modify information about clan primer handbooks.                                                                            |
| [Party Member Menu Editor](/the-insurgents-toolkit/features/party-member-menu-editor.md)         | View and modify information about a party member that is used in menus.                                                             |
| [VM Call Target Pointers](/the-insurgents-toolkit/features/vm-call-target-pointers.md)           | View information about the starting points of a VM call target that is used inside the main script of an .ebp file.                 |
| [Post Processing Settings](/the-insurgents-toolkit/features/post-processing-settings.md)         | View and modify post processing settings.                                                                                           |
| [Debug Settings](/the-insurgents-toolkit/features/debug-settings.md)                             | View and modify debug settings.                                                                                                     |
| [UI Settings](/the-insurgents-toolkit/features/ui-settings.md)                                   | View and modify general UI settings.                                                                                                |
| [Mouse Info](/the-insurgents-toolkit/features/mouse-info.md)                                     | View and modify information about the mouse.                                                                                        |


---

# 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:

```
GET https://xeavin.gitbook.io/the-insurgents-toolkit/home.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.
