> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/aurora-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/aurora-engine/artificial-intelligence/configurate-ai/trasitions/add-custom-transition.md).

# Add Custom Transition

In order to set a custom transition, go to [the behavior settings](/aurora-engine/artificial-intelligence/configurate-ai/behaviour/behavior-settings.md) and go to **Transitions**.

![](/files/-Md2q0Dh_Gfu6I-Pw4Ju)

Next, click on the plus sign.

![](/files/-Md2qCq9gK8_RVHMVCai)

A set of settings for the transition appears in front of us.

![](/files/-Md2s4B0iVHExUXC6BTT)

| Name             | Description                                                                           |
| ---------------- | ------------------------------------------------------------------------------------- |
| Target Behaviour | Select the state that the AI will go to if one of the conditions is met. (Conditions) |
| Conditions       | Conditions for switching to another state.                                            |
| Mute             | Allows you to disable **all** the transition conditions without deleting them.        |

{% hint style="success" %}
**Mute** is convenient to use during AI design, when your transition condition is quite difficult to configure, but you need to remove it, but later put it back in place.
{% endhint %}

Now let's go directly to setting up **Conditions**:

{% content-ref url="/pages/-Mbzr1bM6lSg\_CFBcgmT" %}
[Conditions](/aurora-engine/artificial-intelligence/configurate-ai/conditions.md)
{% endcontent-ref %}
