# Combat Macro

**Macro Settings**

{% hint style="info" %}
**Weapon Slot**\
Sets the hotbar slot to use as the combat weapon.

**Use Abilities for Combat**\
Enables right-clicking to activate the held item's ability during combat.

**Target Name**\
Direct name of the target mob entity. Leave blank to target any valid mob.

**Skyblock Name**\
Uses the Skyblock display name (shown on armor stands) for targeting. Leave blank to disable.
{% endhint %}

{% hint style="danger" %}
**WARNING**

This feature is used mainly as a helper method for other scripts. It does offer stand alone usage as outlined above, however this feature is strictly used for other scripts. You should not purchase strictly for this feature as their are better alternatives available.
{% endhint %}


---

# 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://docs.polarclient.lol/polar/combat-macro.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.
