> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/apk-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speedtutoruk.gitbook.io/apk-documentation/getting-started/setting-up-interactive-objects.md).

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