# 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.


---

# Agent Instructions: 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:

```
GET https://gdquest.gitbook.io/godot-3-steering-ai-framework-reference/code-reference/gsaipursue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
