# Shells

> This command is the same and does exactly the same as the command from AV Gangs.
>
> *If av\_gangs is started, the script will ignore the command from this script to prevent duplicated commands and possible errors.*

Run the following command using the shell model that you want to configure:

```lua
/shell + shellmodel (example: /shell k4mb1_acid2_shell
```

This will teleport your character inside the shell, by pressing H you can copy the coords offsets.

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

* If is a new shell and you want to use it as lab interior you will need to add it to **config/\_shells.lua > Config.Interiors**, you can copy/paste one of tables that already exist and change the values.

<figure><img src="/files/4HbWsDx1ACGCF58Ikksa" alt=""><figcaption></figcaption></figure>

> **Table Info:**
>
> **Index key:** Is the shell spawn name, needs to be unique and will be also used for labs interiors in **server/editable/\_labs.lua > Config.LabTypes > shellModel**
>
> **zIndex:** This value indicates how far below the ground the shell will be spawned.
>
> **door:** Door coords offsets, this value can be retrieved by pressing H while inside a test shell.

Once we have our shell setup in our Config.Interiors, we can continue using the H button to retrieve the coords offsets for lab interactions zones, this coords are added in **server/editable/\_labs.lua > Config.LabTypes > interactions > coords.**&#x20;

*Read the Labs section to learn how to add new lab types.*


---

# 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.av-scripts.com/laptop-pack-v3/drugs/shells.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.
