# Add a Follow Camera

1. **Tracking Target** dropdown: Select the object you want to have the camera follow. This can be any object or person in your environment
2. **Distance** dropdown: Select the distance you would like the camera to follow from, either Low, Medium, or High.
3. With these parameters set, when the state action is called this will cause a camera to begin following the object you selected at the given distance which you can see in its own panel during the Desktop or Web experience mode.


---

# 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://docs.siminsights.com/authoring-a-simulation/state-machine/actions/add-a-follow-camera.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.
