> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/services/service-types/table/areas-and-tables.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bossithq.com/services/service-types/table/areas-and-tables.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
