# GTProxy ## Docs - [Building from Source](https://mintlify.wiki/ZTzTopia/GTProxy/advanced/building.md): Build GTProxy from source using CMake and Conan - [Development Guide](https://mintlify.wiki/ZTzTopia/GTProxy/advanced/development.md): Guidelines for contributing to GTProxy development - [Troubleshooting](https://mintlify.wiki/ZTzTopia/GTProxy/advanced/troubleshooting.md): Common issues and solutions when building or running GTProxy - [/debug Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/debug.md): Show detailed debug information about players, world state, tiles, and objects - [/exit command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/exit.md): Exit the current world and return to the main menu - [/help Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/help.md): List all available commands or show detailed usage information - [/nick Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/nick.md): Change your display name locally - [Command System Overview](https://mintlify.wiki/ZTzTopia/GTProxy/commands/overview.md): Learn about GTProxy's built-in command system for runtime control and debugging - [/proxy Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/proxy.md): Test command to verify proxy functionality - [/skin Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/skin.md): Change your character's skin appearance - [/warp Command](https://mintlify.wiki/ZTzTopia/GTProxy/commands/warp.md): Warp to any world instantly - [System Architecture](https://mintlify.wiki/ZTzTopia/GTProxy/concepts/architecture.md): Overview of GTProxy's modular architecture and core components - [Event System](https://mintlify.wiki/ZTzTopia/GTProxy/concepts/event-system.md): Understanding GTProxy's event-driven architecture using eventpp - [Packet System](https://mintlify.wiki/ZTzTopia/GTProxy/concepts/packet-system.md): Deep dive into GTProxy's packet encoding, decoding, and structure - [Configuration File](https://mintlify.wiki/ZTzTopia/GTProxy/configuration/config-file.md): Configure GTProxy using the config.json file - [Web Server](https://mintlify.wiki/ZTzTopia/GTProxy/configuration/web-server.md): Built-in HTTPS server for intercepting Growtopia server data requests - [Installation](https://mintlify.wiki/ZTzTopia/GTProxy/installation.md): Install GTProxy on Windows, Linux, or macOS using pre-built binaries or build from source - [Introduction](https://mintlify.wiki/ZTzTopia/GTProxy/introduction.md): GTProxy is a free and open-source network proxy for Growtopia that enables packet debugging and modification - [Quick start](https://mintlify.wiki/ZTzTopia/GTProxy/quickstart.md): Get up and running with GTProxy in minutes by connecting your Growtopia client - [Command Registration API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/commands.md): Register and manage custom proxy commands - [Event System API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/events.md): Handle packets and connection events - [Item Database API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/items.md): Access Growtopia item database - [Logger API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/logger.md): Logging functions with fmt-style formatting - [Packet Sending API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/packets.md): Send packets to client or server - [Scheduler API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/scheduler.md): Schedule timed tasks and callbacks - [World and Player API](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/api/world.md): Access world state and player information - [Script Examples](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/examples.md): Real-world Lua scripting examples from GTProxy - [Getting Started](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/getting-started.md): Write your first GTProxy Lua script - [Lua Scripting Overview](https://mintlify.wiki/ZTzTopia/GTProxy/scripting/overview.md): Extend GTProxy with powerful Lua scripts using sol2 bindings