> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/using-tables/create-columns.md).

# Create Columns

### Adding New Columns to a Google Sheet

First, add a new column directly in your Google Sheet.

Then click on *Refresh columns from a Google Sheet* on your TaskBot page.&#x20;

This can be done in a table dropdown, as shown below.

<figure><img src="/files/1fTNtz9gPv0YpQgJezDo" alt=""><figcaption></figcaption></figure>

Or, it can be done within a table column reference selection, as shown below.

<figure><img src="/files/9wgkGLTRXlno37G7gLEE" alt=""><figcaption></figcaption></figure>

### Adding New Columns to a Native Table

On your table page, click on *plus icon* to create a new column.

<figure><img src="/files/QFjatyS3nRHjA3zCIH7y" alt=""><figcaption></figcaption></figure>

The new column will be created with an auto-generated name such as "New Col 1" or "New Col 2". By clicking on the column, you can rename it.

### FAQ

#### What happens if I edit or delete column names that are referenced in the building blocks?

In native tables:&#x20;

* [Native Tables](/using-zerowork/using-tables/native-tables.md#what-happens-if-i-edit-column-names-in-native-tables-that-are-referenced-in-the-building-blocks)
* [Native Tables](/using-zerowork/using-tables/native-tables.md#what-happens-if-i-delete-columns-in-native-tables-that-are-referenced-in-the-building-blocks-what-if)

In Google Sheets:&#x20;

* [Google Sheets](/using-zerowork/using-tables/google-sheets.md#what-happens-to-the-column-references-in-building-blocks-if-i-edit-some-of-the-column-names-in-my-go)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zerowork.io/using-zerowork/using-tables/create-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
