# Tables

> **The following files are related to tables and are fully customizable:**
>
> * **config/\_tables.lua:** Global options for tables like progressbar time, animations, render distance, etc.
> * **client/editable/tables.lua:** Here you can find a function named canPlace() where you can do your own check and prevent a player from placing a table *(ex: if is inside a house add your housing export and return true/false),* the **startCooking event** is triggered when the player interacts with table (check client/editable/target.lua)

### Server Config

> * All Tables config like items, models, ingredients, cooking time, etc are located inside **server/editable/\_tables.lua**
> * All config fields have comments that explains how every config works, make sure to read it and if you have any question please ask in Discord Support channel, please avoid opening a ticket, this way if someone else have the same question he can use the Search function and find the answer.

{% hint style="warning" %}
You can find a more detailed explanation on how tables works in **server/editable/\_tables.lua**, I don't put it here to prevent any type of MG from your players.
{% 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://docs.av-scripts.com/laptop-pack-v3/drugs/tables.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.
