> 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/rotation-manager/default-rotation.md).

# Default Rotation

{% hint style="success" %}
Jack automatically loads the appropriate rotation for your class and level.
{% endhint %}

{% hint style="warning" %}
Due to the different games (Classic, Classic Era, Retail) and the resulting enormous amount of different possible rotations, Default Rotations only serve as a basis and are not intended to replace a fully configured rotation.
{% endhint %}

***

## Index

1. [Loading a default rotation](#loading-a-default-rotation)
2. [Create a copy](#create-a-copy)
3. [Talent Trees](#show-talent-tree)

***

## Loading a default rotation

* Choose "Rotation" in your main menu.
* Select "Default Rotation".

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

{% hint style="info" %}
If you are not logged in, Jack will load the default rotation as soon as you start a profile.

Or select "Default Rotation" again after you are logged in.
{% endhint %}

***

## Create a copy

* Log in and enter the world with the character you want to load the rotation for.
* Right click on "Default Rotation" and select "Create a copy of xxx".

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

{% hint style="info" %}
Jack will now provide you with a full copy in your Rotation Manager.
{% endhint %}

<figure><img src="/files/olOJhCsK87txN3sb93P2" alt=""><figcaption></figcaption></figure>

* You can now open the created copy with a double click and edit as you like.

{% hint style="info" %}
[How to create or edit a rotation you can find here.](/rotation-manager/create-a-rotation.md)
{% endhint %}

***

## Show Talent Tree

* Log in and enter the world with the character you want to load the rotation for.
* Right-click on "Default Rotation" and select "Show Talent Tree for xxx".

<figure><img src="/files/X35vWlzjtjiwdsC5iRvK" alt=""><figcaption></figcaption></figure>

* You will now be directed to the corresponding web page. Here you will find all the information about the talent tree.

{% hint style="warning" %}
Not all default rotations include a talent tree.
{% 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://tutorials.wow-jack.com/rotation-manager/default-rotation.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.
