# Interaction Settings

{% hint style="success" %}
This section covers "Simple Interactions", which do not require props
{% endhint %}

## Editing Interactions

* To edit an interaction, press the "Cog" icon to the right of its name
* This will bring you over to the "Edit Interaction" tab

{% hint style="success" %}
When using any positional controls, you can hold down "Shift" to switch to precision mode
{% endhint %}

### Icon

* All interactions allow for control over the icon they show in the game-world, as well as when to show the actual interaction prompt
* `Icon Position`:
  * This controls where the icon is
* `Icon Visibility Range`:
  * This controls how close the player has to be to the Icon Position for the icon to show
* `Interaction Range`:
  * This controls how close the player has to be to the Icon Position for the interaction prompt to show
* `Interaction Angle`:
  * This controls how close the screen center / crosshair needs to be to the icon, in order for the interaction prompt to show (Smaller means closer)

<figure><img src="/files/1EE14aMZ5MxaFUOB2KdZ" alt=""><figcaption><p>Editing the icon and base interaction properties</p></figcaption></figure>

### Workspot Position

{% hint style="success" %}
The Workspot Position control is available for any interaction which plays an animation at a specific position
{% endhint %}

* `Workspot Position`:
  * Controls where the animation will play
* `Workspot Orientation`:
  * Controls in what rotation the animation will play (Usually the green arrow points inwards)

<figure><img src="/files/4pfPw7PnaOtrbXXayqGc" alt=""><figcaption><p>Positioning the workspot / where the animation will play</p></figcaption></figure>


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/interaction-settings.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.
