# Testing Tables

Once you've created a table and migrated it, you can test operations such as creating, updating, deleting and listing records from the specified table

Here's how you can test your tables:

1. Click the table you want to test.

<figure><img src="/files/I1ol5HbN6c5VcSPIvD5e" alt=""><figcaption><p>Location of test in table.</p></figcaption></figure>

2. You will see the **Test** button in the table view (refer to the image above). Click the **Test** button to open the test UI popup.

<figure><img src="/files/1xin0J0XjNHOx0c8rNoB" alt=""><figcaption><p>Test User Interface</p></figcaption></figure>

3. Refer to the image above, where you can test different endpoints that are pre-created by Fireapis. In the example above, we used the **POST** endpoint, which adds a  new record to your database based on the input you provide.

<figure><img src="/files/hDvHWcXMedzip39b2KEs" alt=""><figcaption><p>After test result</p></figcaption></figure>

4. In the image above, you can see the response from the **POST** API call. You can find more information about the test user interface here.

{% hint style="info" %}
In **POST** API call, you **don't need** to pass the ID (which is the primary column type), as Fireapis automatically assigns the primary key as a **unique value by default.** [Learn more about different endpoints in Fireapis.](/the-basics/tables/endpoints.md)
{% 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.fireapis.com/the-basics/tables/testing-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.
