# Changing Door Key

{% hint style="info" %}

1. On the **DoorInteractable** script you will find the **Key Scriptable** element in the inspector&#x20;
   1. Set this to the **Key Scriptable** you want to open the door (These can be found in the resources folder)
      {% endhint %}

<figure><img src="/files/1fVwQyNzoz654glb1sZS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Details on **CREATING A DOOR KEY** are available on the page [here](/door-interaction-kit-doc/getting-started/how-to-create-a-key.md)
{% endhint %}


---

# 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/door-interaction-kit-doc/getting-started/changing-door-key.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.
