# Overview

The interaction system is handled by the **AC\_Interaction** actor component. It is important that this component is attached to your player. Since it handles everything, you can interact with it inside Boundframework while also handling the logic for interacting and inspecting, depending on which method you have selected.

The component provides several exposed settings that allow you to:

* Change the interaction length
* Enable debugging features to help identify potential issues in your game

<figure><img src="/files/wnnZr0X7EPXO3zdjA6Me" alt=""><figcaption></figcaption></figure>

You can find the component in:\
`Blueprints/Core/Components`


---

# 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://breakboundstudios.gitbook.io/boundframework-lite/interaction-system/editor.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.
