# Table Properties

The **Table Properties** section provides an initial version of the core properties of the table. In the future, you will be able to find additional information, suck as table size, indexing, and performance details.

<figure><img src="/files/PUA7Lu3sWPRXfyse4Z1x" alt=""><figcaption><p>Properties Section</p></figcaption></figure>

In this section, you can view the columns, their types, and constraints (column settings). You can also <mark style="color:blue;">delete a column</mark>, <mark style="color:blue;">add a column</mark> and <mark style="color:blue;">edit column here.</mark>


---

# 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/table-properties.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.
