> For the complete documentation index, see [llms.txt](https://forrgit.gitbook.io/advanced-third-person-camera/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forrgit.gitbook.io/advanced-third-person-camera/master.md).

# Home

<img src="/files/-MUQwNSt-bpDcwQ8FahX" alt="" width="563">

Advanced 3rd Person camera is a very flexible, powerful and scalable system that allows you to conveniently create and manage various camera modes with unique behavior and many parameters for configuring or creating custom scripts with logic for each camera mode.

### **Unlock the Power of Cinematic Control:**

* Craft a diverse range of camera behaviors using the flexible Camera Mode system.
* Fine-tune every aspect of your camera's movement, FOV, collision handling, and more.
* Implement engaging lock-on targeting mechanics for combat, exploration, and cinematic sequences.
* Extend functionality with custom logic using C++ or Blueprint Camera Mode Scripts.
* Create dynamic camera transitions with strategically placed Camera Volumes.

### **Get Started Now:**

* **The Plugin Overview:** [Link](/advanced-third-person-camera/overview.md)
* **Setup the Plugin:** [Link](/advanced-third-person-camera/setup.md)
* **Understanding Camera Modes:** [Link](/advanced-third-person-camera/advanced-camera-techniques/camera-modes.md)

### Useful links

* Marketplace: [Link](<https://unrealengine.com/marketplace/en-US/product/advanced-third-person-camera >)
* Trailer: [Link](https://www.youtube.com/watch?v=_hbVDKHGG8s)
* Quick Setup Video: [Link](https://www.youtube.com/watch?v=sI9h4YFawTo)

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://forrgit.gitbook.io/advanced-third-person-camera/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
