> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/reference-1/monitoring/datasets/columns.md).

# Columns

Find the columns in your table as defined in the Iceberg specification.&#x20;

<figure><img src="/files/PtJPwOXRYOSeFmVrnkK8" alt=""><figcaption><p>The Columns tab lists the table columns, data type, required status, and description. </p></figcaption></figure>

<table><thead><tr><th width="290">Column</th><th>Description</th></tr></thead><tbody><tr><td>Column Name</td><td>The name of the column.</td></tr><tr><td>Data Type</td><td>Specifies the type of data stored in this column, such as integer, string, or timestamp.</td></tr><tr><td>Requirement</td><td>Indicates whether values in this column are mandatory (<strong>Required</strong>) or not (<strong>Optional</strong>). </td></tr><tr><td>Description</td><td>Additional context about the column, as provided in the original Iceberg table schema.</td></tr></tbody></table>


---

# 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://upsolver.gitbook.io/content/reference-1/monitoring/datasets/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.
