# Areas and Tables

## Creating an Area:

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Layout > Areas**.
2. Click **Add area**.
3. Enter the area name.
4. Click **Create**.

## Creating a Table:

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Layout > Tables**.
2. You can either add one table or add multiple tables.
   1. To add **one table**,
      1. Click **Add table**.
      2. Enter table number.
      3. Select area.
      4. Click **Create.**
   2. To add **multiple tables,**
      1. Click **Add multiple**.
      2. Select area.
      3. Enter **starting number** and **number of tables**.
      4. Click **Add tables**.

> **Note:** You can use both letters and numbers when naming tables. However, the **Add multiple** option only supports numeric values.

{% hint style="warning" %}
To keep tables displayed in **ascending order**, **use a leading 0** (01, 02, 03). The system treats table names as text, not numeric values. Without the leading 0, the tables will appear out of order as it will display 1, 10, and 2.
{% endhint %}

## Updating Table Details

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Layout > Tables**.
2. Select the table you wish to edit.
3. Update the details.
4. Click **Save**.


---

# 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.bossithq.com/services/service-types/table/areas-and-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.
