# Setting Up Interactive Objects

{% embed url="<https://drive.google.com/file/d/14WE8k41e0Ph5rK0s2UOhhVwmJGbP4n2M/view?usp=sharing>" %}

{% hint style="info" %}
All objects need to have a list of items but each system has slightly different setup types, I'll explain this in the indidivual Systems breakdown seciton:&#x20;

* Tag: **InteractiveObject**
* Box Collider
* AKItem Script
* System Item Script
* (Some Systems) Additional Collection Script
  {% endhint %}

### Valve Pickup Using Examine System:&#x20;

* Tag: **InteractiveObject**
* Box Collider
* AKItem
  * Set this to **Examine System**
* Valve Item script
  * Set to **Valve**
* Valve Collectable Script
* Examinable Item Script
  * Set: **Is Collectable to TRUE**
  * Choose: **Valve Sys** (From the dropdown)

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

### Example Without Examine System:

* Tag: InteractiveObject
* Box Collider
* AK Item script
  * Set to: Valve System
* Valve Item
  * Set to: Valve
* Valve Collectable

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

### Highlighting items Examples:

{% content-ref url="/pages/tbfRC26ubvJr1Wg4B9nh" %}
[Name / Emission Highlighting](/apk-documentation/extending/name-emission-highlighting.md)
{% endcontent-ref %}


---

# 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://speedtutoruk.gitbook.io/apk-documentation/getting-started/setting-up-interactive-objects.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.
