> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/data/stacker-tables-editing-field-names-and-types/stacker-tables-creating-a-new-table.md).

# Stacker Tables: Creating a new table

With Stacker Tables you can have your data directly in Stacker. You will be able to create, edit and manage your data without needing another app to host your data.

## Create a table

1. Go to **Manage fields and data**
2. Click **Add new table**
3. Choose a relevant name for your table
4. Click **Create table**

Your new table will come with some default fields. You can add additional tables by clicking **+** next to the first table

<figure><img src="https://support.stackerhq.com/hc/article_attachments/7034328520083" alt=""><figcaption></figcaption></figure>

## Rename a table

To rename a table click the title of the table and type desired table name. This only changes the developer name of the table and not the layout name.

![table name change.gif](https://support.stackerhq.com/hc/article_attachments/19193340750355)


---

# 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:

```
GET https://docs.stackerhq.com/stacker-classic/data/stacker-tables-editing-field-names-and-types/stacker-tables-creating-a-new-table.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.
