# Doors Tab

> When a player buys a property from the Market tab, the system chooses an entry point from this list. It picks the coordinate that's closest to the player's current location.
>
> There's **80 door locations** by default but you can add more.

* **Search Icon:** This will show you the closest door location to your current coords.
* **Pin Icon:** This will use your current coords as a new door. Don't use this icon in the middle of nowhere :man\_facepalming: be sure to be standing in front of a door.
* **Green check:** Means the door is available.
* **Red check:** The door is being used by some gang property.
* **Teleport:** Teleport to door location.
* **Delete:** Delete the door location by using double click. If the door is being used by a property, it will not be affected.

#### Markers on map

* **Green:** Doors that are available.
* **Red:** Doors that are taken by a property.
* **Orange:** Your current position.

<figure><img src="https://1688068901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9bCwnajAqpi3Viykb5Wi%2Fuploads%2F368TGDk6TFMruwxwbBVc%2Fimage.png?alt=media&#x26;token=d12e01c5-ed73-4797-9245-d44b442eba73" alt=""><figcaption></figcaption></figure>


---

# 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/gangs/admin-menu/doors-tab.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.
