# n3Plugins - [n3Plugins](https://runelite.zip/index.md): An automated RuneLite plugin suite with a shared SDK, packet runtime, and navigation engine. - [Quickstart](https://runelite.zip/quickstart.md): Install the n3Plugins suite, enable your first plugins, and start an automation run. - [Installation](https://runelite.zip/getting-started/installation.md): Install, repair, or disable the n3Plugins suite and manage its runtime resources. - [Profiles](https://runelite.zip/getting-started/profiles.md): Encrypted account profiles, auto-login, saved proxies, and preferred worlds. - [Core concepts](https://runelite.zip/getting-started/core-concepts.md): The tick loop, observed state, the action surface, and the runtime gates every n3 plugin follows. - [Migrating to result-aware actions](https://runelite.zip/getting-started/migrating.md): Move from boolean helper calls to InteractionResult actions and the two current API surfaces. - [Suite runtime](https://runelite.zip/guides/suite-runtime.md): What PacketUtilsPlugin owns: tick infrastructure, pacing, idle prevention, headless mode, proxy routing, and diagnostics. - [Automation loop](https://runelite.zip/guides/automation-loop.md): Choose and drive the right workflow primitive: TaskPipeline, TypesafeCarouselStateMachine, and the observable runtime. - [Workflow builders and plans](https://runelite.zip/guides/workflow-builders.md): Typed, pre-packaged state machines for banking, combat, production, pouches, spellbooks, and enchanting. - [Interactions and menu dispatch](https://runelite.zip/guides/interactions.md): How actions resolve, pace, dispatch, and report: InteractionResult, ActionResolver, menu dispatch, and diagnostic snapshots. - [Scripting patterns](https://runelite.zip/guides/scripting-patterns.md): The decision loop, worked examples, and the do-and-avoid patterns that pass review. - [Banking and inventory](https://runelite.zip/guides/banking-inventory.md): Bank actions, deposit box, bank-inventory slots, use-item combines, looting bag, drop patterns, and inventory plans. - [Equipment and loadouts](https://runelite.zip/guides/equipment-loadouts.md): Equipment actions, loadout targets, tab switching, and portable inventory setup documents. - [Trading](https://runelite.zip/guides/trading.md): Grand Exchange pipelines, player trades, shop purchases, and item price reads. - [Combat, prayer, and magic](https://runelite.zip/guides/combat-magic.md): Combat settings, prayer convergence, the dwarf multicannon, spell casting, and tick decisions. - [Navigation and the walker](https://runelite.zip/guides/navigation.md): The walker engine, route options, transport execution, reachability checks, and NavigationActions. - [Widgets](https://runelite.zip/guides/widgets.md): Widget clicks, catalog-addressed identifiers, typed SDK reads, and the correctness rules for interface actions. - [Events and game data](https://runelite.zip/guides/events-data.md): Query helpers, event snapshots, utility actions, game vars, ID maps, and progress reads. - [Worlds and social](https://runelite.zip/guides/worlds-social.md): World hopping, world-list and world-map reads, and social snapshots for friends chats, clans, and chat. - [Quests](https://runelite.zip/guides/quests.md): Quest state gates, Quest Helper integration, and the Quest Script Manager recorder and player. - [Production and skilling](https://runelite.zip/guides/production-skilling.md): Make-X actions, tanning, skills reads, the production workflow builder, minigame teleports, and sailing. - [Humanization and safety](https://runelite.zip/guides/humanization-safety.md): The humanizer SDK, synthetic mouse, input locking, and the break handler lifecycle. - [Money-making plugins](https://runelite.zip/plugins/money-making.md): Market Alcher, GE Flipper, GE Buyer, Bank Stander, and Bank Stander Plus operating guides. - [Combat plugins](https://runelite.zip/plugins/combat.md): AIO Fighter, Gemstone Crab Killer, Guardians of the Rift, and Combat Awareness operating guides. - [Skilling plugins](https://runelite.zip/plugins/skilling.md): Power Skiller, Auto Looter, Auto Cooker, and AIO Builder operating guides. - [Account plugins](https://runelite.zip/plugins/accounts.md): Mule Orchestrator for multi-account transfers and Tutorial Island automation. - [Utility plugins](https://runelite.zip/plugins/utility.md): Upkeep, Dialogue Helper, Questing Assistant, Walk Assistant, Inventory Setups, and Jewellery Enchanter. - [Plugin catalog](https://runelite.zip/plugins/overview.md): Every plugin registered by the suite, grouped by what it does for you. - [Code Console](https://runelite.zip/tools/code-console.md): Embedded console for running controlled n3 command scripts. - [Java Shell](https://runelite.zip/tools/java-shell.md): Runtime Groovy evaluator with RuneLite and n3 API bindings, reflected completions, and a standalone editor window. - [API Tester](https://runelite.zip/tools/api-tester.md): Developer live-client harness for running individual Api.actions action probes. - [Developer Tools](https://runelite.zip/tools/developer-tools.md): Packet debugging, overlays, configuration, and shared UI utilities. - [Agent Server](https://runelite.zip/tools/agent-server.md): Localhost-only HTTP API for runtime inspection, shared action dispatch, and allowlisted plugin operations. - [Companion](https://runelite.zip/companion/overview.md): Packet Utils' companion metrics collection: anonymous ingest by default, Discord linking with consent, credential import, and the optional paired gateway for remote control. ## OpenAPI Specs - [agent-server-openapi](/docs/agent-server-openapi.json)