> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/auto-attack-system/how-to-use-autobattle.md).

# How to Use Autobattle

{% hint style="success" %}
**Step 1: Open your Skill Tree**
{% endhint %}

> Open your **Skill Window** (default hotkey: `Alt+S`) and go to the **ETC Tab**.

{% hint style="success" %}
**Step 2: Find the Auto Attack skill**
{% endhint %}

> Look for the **Auto Attack** skill in the list.
>
> ![](/files/9LCoYbIgbtR2pPpXxeDS)

{% hint style="success" %}
**Step 3: Configure your settings**
{% endhint %}

> **Double-click** the Auto Attack skill to open the configuration menu. From there, you can set up your&#x20;
>
> ![](/files/dihfpp2TgK6mCjDiE2jE)

{% hint style="warning" %}
**Heal & Buff Skills:** Select which skills to auto-cast and at what HP threshold.
{% endhint %}

{% hint style="warning" %}
**Potion Thresholds:** Set the HP/SP percentage at which potions are automatically consumed.
{% endhint %}

{% hint style="warning" %}
**Attack Skills:** Choose which offensive skills to use during combat.
{% endhint %}

{% hint style="warning" %}
**Movement Mode:** Pick between random movement or straight-line movement.
{% endhint %}

{% hint style="warning" %}
**Monster Targeting:** Enter the monster IDs you want to hunt (leave blank to attack all).
{% endhint %}

{% hint style="warning" %}
**Loot Filter:** Enter the item IDs you want to pick up (leave blank to loot everything).
{% endhint %}

{% hint style="warning" %}
**Teleport Conditions:** Set when to auto-teleport (e.g., low HP or when surrounded).
{% endhint %}

{% hint style="warning" %}
**Token of Siegfried:** Enable auto-resurrection on death (requires the token in inventory).
{% 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.arkvalkyrie.com/server-features/auto-attack-system/how-to-use-autobattle.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.
