# Creating Table

Here's how to create a table using Fireapis

1. Go to **Tables** tab inside an environment.

<figure><img src="/files/1ZeLE1lGNGXHkz9K66yq" alt=""><figcaption><p>Create Table</p></figcaption></figure>

2. Click **Create,** and the "Create Table" popup will appear on the right side.

{% embed url="<https://youtu.be/LL175HvajzU>" %}
Table creation flow in Fireapis
{% endembed %}

3. Above we have a video showing how to create a table with basic fields. You can find more information about creating tables with different field types in our blog section or in the showcases section.
4. Once you've created the table, it won't actually be created in the real database yet. One more step is needed to complete the table creation in your actual database.
5. After you've finished creating all your tables in the environment, you need to run **Migrate Changes,** which will create or modify your tables accordingly. Refer to the images below.

<figure><img src="/files/YXKqRCaZQFhtipB7Ggbd" alt="" width="563"><figcaption><p>Migrate change button</p></figcaption></figure>

<figure><img src="/files/zRp6ydrrN0wVJp1Jtoee" alt="" width="563"><figcaption><p>Explanation of migrate changes</p></figcaption></figure>

6. Click **Migrate** in the Migrate popup UI, which will then actually create or update the table in real database.

In the next section, we will go over[ testing the tables with pre-created endpoints](/the-basics/tables/testing-tables.md).


---

# 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.fireapis.com/the-basics/tables/creating-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.
