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

# Column Description

Users filling excel sheet often get's confused with "What value will go into this column?", "In which format I need to add phone number?", "What format to follow for date?", etc. We can answer these user questions with Column Descriptions.

### How to provide column description?

`Description` input is available in Column Details Form, which get's opened by clicking on `Validations` Button.

<figure><img src="/files/tRe5CEGDHYsw58fyvPp2" alt=""><figcaption><p>Open Column Details Form</p></figcaption></figure>

Or by clicking on `Edit` Column button.

<figure><img src="/files/2MPA5VJGwckbgsUFDgHs" alt=""><figcaption><p>Open Column Edit Form</p></figcaption></figure>

Which opens column modal which has input for column description.

<figure><img src="/files/YOK0izG3di5kZs1mPAPt" alt=""><figcaption><p>Providing column description</p></figcaption></figure>

### How column description works?

Provided column description gets visible in review step while showing imported data to user.

It's possible to change border of tooltip by providing primaryColor while opening import widget.

<figure><img src="/files/S1enTY9p2I33F2uZHbPo" alt=""><figcaption><p>Showing column description to user</p></figcaption></figure>

***

If you have any questions, suggestions, or comments. Feel free to reach out to us over [**Discord**](https://discord.impler.io). We’re constantly improving to deliver the best Data Importer for your product, and we value your input.


---

# 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.impler.io/features/column-description.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.
