> 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/gsaiagentlocation.md).

# GSAIAgentLocation

### Description

Represents an agent with only a location and an orientation.

### Properties

| Type    | Name        |
| ------- | ----------- |
| Vector3 | position    |
| float   | orientation |

### Property Descriptions

#### position

```gdscript
var position: Vector3
```

The agent's position in space.

#### orientation

```gdscript
var orientation: float
```

The agent's orientation on its Y axis rotation.
