# 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: 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.zerowork.io/using-zerowork/using-tables/create-columns.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.
