# Cấu hình của Table

### 1. Manage fields

Bạn có thể chỉnh sửa các cột bằng cách di chuyển cột hoặc ẩn cột trong bảng đi.

![Manage Fields](https://im3.ezgif.com/tmp/ezgif-3-a907e27e1e.gif)

### 2. Thêm cột

Tính năng này giúp bạn thêm 1 cột vào trong bảng. 1 cột sẽ bao gồm các thông tin:

> 1\. Field Name: Đây là tên của cột.
>
> 2\. Field Key: Biến giá trị của cột (giống như attribute).
>
> 3\. Field Type: Định dạng thông tin của cột.

Sau khi chọn đủ 3 thông tin của cột thì bạn chỉ cần ấn nút Save là tạo được 1 cột trong bảng rồi.

![Add Column](/files/0a8ggblttAH6Y3harLCF)

Còn để thêm hàng thì bạn chỉ cần ấn thêm, bảng sẽ tự thêm giá trị của cột ứng với hàng đó nhé.

**Lưu ý:**&#x20;

* Khi bạn ẩn cột đi thì biến ở cột đó vẫn có thể được truyền về bot.
* Khi kết nối bot với Table để lưu data, data mới sẽ được mặc định thêm vào dòng cuối cùng.

### 3. Thanh công cụ

**3.1:** Nút Reload data. Tính năng này giúp bạn reload thông tin mới nhất để hiển thị lên **TABLE**.

![](/files/HL1OeCIlMSx2OBNrWtsS)

**3.2:** Nút Import Data, Export Data giúp bạn thêm hoặc xuất data bằng file excel

![](/files/ylUM3WkWUanx19kqO4I0)


---

# 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://tailieu.botplus.io/table/cau-hinh-cua-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.
