# Matrix™ Emulator

## Matrix Emulator

- [WELCOME](https://changelog.matrixemulator.com/welcome.md)
- [Server Documentation](https://changelog.matrixemulator.com/welcome/server.md)
- [MuServer](https://changelog.matrixemulator.com/welcome/server/muserver.md)
- [ConnectServer](https://changelog.matrixemulator.com/welcome/server/muserver/connectserver.md)
- [ConnectServer.ini](https://changelog.matrixemulator.com/welcome/server/muserver/connectserver/connectserver.ini.md): ConnectServer.exe connection configuration file.
- [ServerList.dat](https://changelog.matrixemulator.com/welcome/server/muserver/connectserver/serverlist.dat.md): Server room port settings.
- [Data](https://changelog.matrixemulator.com/welcome/server/muserver/data.md)
- [Character](https://changelog.matrixemulator.com/welcome/server/muserver/data/character.md)
- [DefaultClassInfo.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/character/defaultclassinfo.txt.md): Game characters common state configuration file.
- [Custom](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom.md)
- [BotSystem](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/botsystem.md)
- [BotBuffer.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/botsystem/botbuffer.txt.md): File intended for creating buffer bots.
- [ConsumableTicket.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/consumableticket.txt.md): File for creating and configuring consumable items that add VIP to the player's account.
- [CustomArena.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customarena.txt.md): Configuration file for creating class-versus-class PVP event arenas.
- [CustomCommandDescription.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customcommanddescription.txt.md): File intended for configuring command description messages.
- [CustomEventDrop.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customeventdrop.txt.md): Using this file, create a drop event on the server.
- [CustomJewel.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customjewel.txt.md): File for configuring new jewelry.
- [CustomMix.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/custommix.txt.md): New mix configuration file.
- [CustomMonster.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/custommonster.txt.md): In this file it is possible to create exclusive options for a given monster.
- [CustomMove.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/custommove.txt.md): File for configuring new move commands.
- [CustomNpcCommand.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customnpccommand.txt.md): Run commands when interacting with specific NPCs.
- [CustomPVPZone.txt](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/custompvpzone.txt.md): File used to create areas with and without PvP, with and without PK mode on maps.
- [Item Options Codes](https://changelog.matrixemulator.com/welcome/server/item-options-codes.md): Numbering of the options in ItemOption.txt
- [Lua Documentation](https://changelog.matrixemulator.com/welcome/luadoc.md)
- [Mu Server Side](https://changelog.matrixemulator.com/welcome/luadoc/mu-server-side.md)
- [Bridges](https://changelog.matrixemulator.com/welcome/luadoc/mu-server-side/bridges.md): Mu Server Side
- [Functions](https://changelog.matrixemulator.com/welcome/luadoc/mu-server-side/functions.md): Mu Server Side
- [Client Side](https://changelog.matrixemulator.com/welcome/luadoc/client-side.md)
- [Bridges](https://changelog.matrixemulator.com/welcome/luadoc/client-side/bridges.md): Client Side
- [Functions](https://changelog.matrixemulator.com/welcome/luadoc/client-side/functions.md): Client Side
- [CHANGE LOG](https://changelog.matrixemulator.com/change-log.md): List of emulator updates.
- [Version 1.0](https://changelog.matrixemulator.com/change-log/version-1.0.md)
- [Version 1.1](https://changelog.matrixemulator.com/change-log/version-1.1.md)
- [Version 1.2](https://changelog.matrixemulator.com/change-log/version-1.2.md)
- [Version 1.3](https://changelog.matrixemulator.com/change-log/version-1.3.md)
- [Version 1.4](https://changelog.matrixemulator.com/change-log/version-1.4.md)
- [Version 1.5](https://changelog.matrixemulator.com/change-log/version-1.5.md)
- [Version 1.6](https://changelog.matrixemulator.com/change-log/version-1.6.md)
- [Version 1.7](https://changelog.matrixemulator.com/change-log/version-1.7.md)
- [Version 1.8](https://changelog.matrixemulator.com/change-log/version-1.8.md)
- [Version 1.9](https://changelog.matrixemulator.com/change-log/version-1.9.md)
- [Version 2.0](https://changelog.matrixemulator.com/change-log/version-2.0.md)
- [Version 2.1](https://changelog.matrixemulator.com/change-log/version-2.1.md)
- [Version 2.2](https://changelog.matrixemulator.com/change-log/version-2.2.md)
- [Version 2.3](https://changelog.matrixemulator.com/change-log/version-2.3.md)
- [Version 2.4](https://changelog.matrixemulator.com/change-log/version-2.4.md)
- [Version 2.5](https://changelog.matrixemulator.com/change-log/version-2.5.md)
- [Version 2.6](https://changelog.matrixemulator.com/change-log/version-2.6.md)
- [Version 2.7](https://changelog.matrixemulator.com/change-log/version-2.7.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://changelog.matrixemulator.com/welcome.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.
