# Add Force

### Description

Adds a force to the Rigidbody. Force is applied continuously along the direction of the force vector. Specifying the ForceMode mode allows the type of force to be changed to an Acceleration, Impulse or Velocity Change.

By default the Rigidbody's state is set to awake once a force is applied, unless the force is Vector3.zero.

**To create it**, right-click on free space in AI Tree inspector and select <mark style="color:purple;">Create Node/Tasks/Rigidbody/Add Force.</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2F0TcfKrKFUXNQggyUEgzs%2F3.png?alt=media&#x26;token=2e12b87a-3bc1-4207-a22f-48ddcd32e8b5" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                                   |
| ----------------- | --------------------------------------------- |
| Node Name         | Name of node                                  |
| Ignore Abort Self | Whether node ignores abort self or not        |
| Target            | Target to which force is added                |
| Force             | Force vector in world coordinates             |
| Mode              | Method used to apply the force to its targets |
