# Multiboxing

`Multiboxing` is not to be confused with `botting`. This article has been updated to describe the differences.

* `Multiboxing` describes the act of playing and controlling multiple characters at the same time, usually in an

  MMORPG. \*\*Multiboxing, even with specialized Multiboxing Software like [ISBoxer](http://isboxer.com), is a EULA-safe

  activity as long as it is not combined with unsafe activity like botting or hacking.\*\* See the main

  [Multiboxing](http://isboxer.com/wiki/Multiboxing) wiki article on isboxer.com for more information about licit

  multiboxing.
* `Botting` describes the act of automating a character, generally such that the character is capable of interpreting

  and responding to game events without human control. \*\*Botting is prohibited by the EULA in EverQuest and other

  MMORPGs.\*\*

The remainder of the article continues to focus on *botting* and multi-botting, rather than *multiboxing*.

## Controlling bots

Prior to MQ2 controlling bots was best handled by the creation of many specific hotkeys and moving between instances of EQ to click those hotkeys. MQ2 provides several macros such as [AutoBot.mac](/macroquest/macros/macros/autobot.mac.md) and [ModBot](/macroquest/macros/macros/modbot.md) and a plugin or two like [MQ2Melee](/macroquest/plugins/community-plugins/mq2melee.md) that provide some ability for bots to act on their own.

### Communication between EQ instances

There are several ways that bots can communicate between EQ instances. You can set up a shared chat channel in EQ. One character can write a formatted message to the channel that bots can read and respond. You can also use [MQ2IRC](/macroquest/plugins/discontinued-unsupported/mq2irc.md), [MQ2Telnet](/macroquest/plugins/discontinued-unsupported/mq2telnet.md) or [MQ2EQBC](/macroquest/plugins/community-plugins/mq2eqbc.md) that all keep the communication outside of EQ.

Once your bots are setup and running you can use [Custom UIs](/macroquest/documentation/custom-uis.md) or [MQ2HUD](/macroquest/plugins/core-plugins/mq2hud.md) to see information about each of your bots. You can use EQ HotKeys to send commands to your bots.


---

# Agent Instructions: 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://macroquest.gitbook.io/macroquest/general-information/multiboxing.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.
