# Commands

This command is useful when you see a single door\
\
After using this command, you should select the door by pointing a gun at a door and shooting at the door as in the script video, then the menu will open automatically.There is no need to have bullets in your gun.

```lua
/createsingledoor
```

\
This command is useful when you see two doors\
\
After using this command, you must select the doors by pointing a gun at two doors in turn and shooting at the doors as in the script video, then the menu will open automatically when you shoot at both doors. There is no need to have bullets in your gun.

```lua
/createdoubledoor
```

\
This command allows you to display information about the doors created on the menu.\
\
From here you can only see the doors that have been created, you don't need to click on anything, it's just a review page

<pre class="language-lua"><code class="lang-lua"><strong>/doorsList
</strong></code></pre>


---

# 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://docs.0resmon.org/0resmon/frkn-resources/frkn-doorlock/commands.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.
