> For the complete documentation index, see [llms.txt](https://kap35.gitbook.io/kap-engine-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kap35.gitbook.io/kap-engine-wiki/user-manual/animations/animator/add-aniation.md).

# Add Aniation

Animator without animations is useless. So let's add some animations.

The first animation you gonna add will the begin animation. The begin animation is the first animation played in your animator.

Next animations added will be not play without links. So be careful with addAnim in your animator.

Code example :&#x20;

```cpp
animator->addAnim(animation, "My unique animation name for animator");
```
