> For the complete documentation index, see [llms.txt](https://wiki.playcabal.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.playcabal.to/chat-commands/bm3/usage.md).

# Usage

{% hint style="danger" %}
Make Sure to Configure the Auto Battle Mode Feature before using it!
{% endhint %}

To Activate the Auto Battle Mode Feature you simply type /bm3 in your ChatBox

|                         | Example                                                             |
| ----------------------- | ------------------------------------------------------------------- |
| Command                 | <img src="/files/yeiprPFSu1voXnG4JCgy" alt="" data-size="original"> |
| Response in Chat        | ![](/files/mscKAHVxMq5EPO13AUkx)                                    |
| Response in System Chat | <img src="/files/GFk30fSEg5i6CSYxQ4db" alt="" data-size="original"> |

{% hint style="info" %}
Your Current active Sequence is always printed out in the System Chat.
{% endhint %}

{% hint style="warning" %}
If the BM3 Macro doesnt work check if Auto Attack is turned on. If Auto Attack is turned off you wont be able to use the BM3 Macro.

To Turn the Auto Attack Mode on simply press "CTRL + A" or check Options -> Game -> Skill Options "Auto Attack"
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.playcabal.to/chat-commands/bm3/usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
