# FAQ

This page has FAQs related **ONLY to this script**, be sure to also check [Common FAQ](/jaksams-scripts/common-faq.md) for other issues

<details>

<summary>Can't select a door</summary>

If you can't select a door, it means that the door model is not in the allowed doors list

To add the door model in the list, you can press **H** while selecting the doors

In case you can't select the door after pressing H, these are the possible reasons:

* You have a script which adds a weapon on your character
* The door is not usable for some reasons, if it's a modded MLO is probably fault of it

</details>

<details>

<summary>Vault door not working</summary>

If a certain door is not working with the vault option, you have to try **both** the ratio and heading options

About the heading, you'll have to find on your own which headings fit better for that door (0-360 are the min/max values), or you can use the simple button to find it, it's in the script

Be sure to try different speeds (like trying a slower speed)

*If a door doesn't work at all, there is nothing possible to do*

</details>

<details>

<summary>Doors not locked after restart</summary>

If a door is not locked when it should after script/server restart, it means you enabled the option to save the door lock state in the script menu settings

</details>

<details>

<summary>I can't confirm new door</summary>

If you can't confirm a new door with ENTER key, you can edit the keys in `integrations/cl_integrations.lua` file

</details>


---

# 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://documentation.jaksam-scripts.com/doors-creator/faq.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.
