> For the complete documentation index, see [llms.txt](https://gdquest.gitbook.io/godot-3-steering-ai-framework-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdquest.gitbook.io/godot-3-steering-ai-framework-reference/code-reference/gsaipursue.md).

# GSAIPursue

**Extends:** GSAISteeringBehavior

### Description

Calculates an acceleration to make an agent intercept another based on the target agent's movement.

### Properties

| Type              | Name               |
| ----------------- | ------------------ |
| GSAISteeringAgent | target             |
| float             | predict\_time\_max |

### Property Descriptions

#### target

```gdscript
var target: GSAISteeringAgent
```

The target agent that the behavior is trying to intercept.

#### predict\_time\_max

```gdscript
var predict_time_max: float
```

The maximum amount of time in the future the behavior predicts the target's location.
