> For the complete documentation index, see [llms.txt](https://docs.powertable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powertable.com/explore-powertable/working-with-powertable/column-setup/add-visual-column/button-column.md).

# Button Column

A button column is an interactive column that can be added to your table and configured to open a URL or execute an [automation](/explore-powertable/automation.md).

1. To add a new column, go to **Setup > Columns.**

<figure><img src="/files/HPqIGCWovpjsDFVjLjjE" alt=""><figcaption><p>Set up column</p></figcaption></figure>

2. Click **Add Visual Column > Add Button Column.**&#x20;

<figure><img src="/files/Mh6QXL3RQ9grH0K65c5D" alt=""><figcaption><p>Add button column</p></figcaption></figure>

Alternatively, you can insert a new column from the 'Home' tab, as shown below:

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

3. Enter the details about the column:

* **Column Name:** Enter a name for the column.
* **Label:** The default label is 'Click Here'. If necessary, you can edit the label for the displayed link.
* **Action:** Choose the action you want PowerTable to perform when you click the link. You can choose to open a URL or execute an automation, as required.

<figure><img src="/files/08IphIi34s3nLeN2X2FG" alt=""><figcaption><p>Column Details</p></figcaption></figure>

4. **URL:** If you choose to open a URL, enter the URL details in the section below. Choose **Static** to enter a static URL, or **Formula** to enter a formula to generate a dynamic URL based on data.

#### Static URL - example

<figure><img src="/files/437VM5vQbtAr7dGllS98" alt=""><figcaption></figcaption></figure>

#### Formula - example

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

5. Click **Save.** The button column is added as shown below:

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


---

# 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.powertable.com/explore-powertable/working-with-powertable/column-setup/add-visual-column/button-column.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.
