> For the complete documentation index, see [llms.txt](https://tutorials.wow-jack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.wow-jack.com/getting-started/addon-action-bars-and-keybinds.md).

# Addon, Action Bars & Keybinds

## Index

1. [Addon](#addon)
2. [Keybinds](#keybinds)
3. [Action Bars](#action-bars)
4. [Custom Keybinds](#custom-keybinds)

***

## Addon

{% hint style="info" %}
The addon installation is queried during the Jack installation. But we will make sure again whether this step was not skipped.
{% endhint %}

* Click on "Addon" in your main menu.

{% tabs %}
{% tab title="Install Addon for Live Servers" %}

<figure><img src="/files/DQgKF2TdF17vxuCgNz8a" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Install Addon for Private Servers" %}

<figure><img src="/files/fgQ3WDRVGNr81VxGzx93" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

* Make sure that the path to your WoW folder is entered in the text field.\
  If not, click "Install" and select your WoW folder.

{% hint style="info" %}
Select the "Main Folder" (e.g. C:\Program Files (x86)\World of Warcraft).
{% endhint %}

***

## Keybinds

* Open the game, log in and enter the world.

<div align="left"><figure><img src="/files/lRyR7i191qtJ07qn08fi" alt=""><figcaption></figcaption></figure></div>

* Wait for the prompt to appear or click on Jack's Minimap icon.
* Confirm with "OK" to set the keybinds.

{% hint style="info" %}
Alternatively, you can also reset or adjust your keybinds in your Jack in the main menu under "Keybinds".
{% endhint %}

***

## Action Bars

Jack works with default action bars to perform rotations, using the Mount, Hearthstone, Fishing, etc. The following action bars are used for this (also includes bonus bars):

#### Classic

<div align="left"><figure><img src="/files/IbLFil8k7t1ps5yhMhwq" alt=""><figcaption></figcaption></figure></div>

#### Retail

<div align="left"><figure><img src="/files/XkoiF14ZfJ5ZHlUHNMUX" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Mounts, Hearthstone, Fishing are automatically placed by Jack in the action bar marked with the red arrow as soon as you drag them into an action bar marked with the green arrow.
{% endhint %}

{% hint style="success" %}
Spells and skills such as mounts or fishing are placed automatically if the loaded profile has this setting included and the character has learned the corresponding skill.
{% endhint %}

***

## Custom Keybinds

<div align="left"><figure><img src="/files/aJ4g7OrvHSNPPbPFLTD6" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Custom keybinds are completely optional and only need to be set if you want to use a specific event or setting. Jack will then tell you if you still need to set the keybind or if it's already set.
{% endhint %}

* Double click on a keybind to set.


---

# 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://tutorials.wow-jack.com/getting-started/addon-action-bars-and-keybinds.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.
