# Pinning columns

Column pinning enhances data analysis by keeping essential information visible during scrolling.&#x20;

This feature ensures quick reference, facilitates efficient exploration, and maintains context in large datasets. With improved readability and the ability to compare data effortlessly, column pinning optimizes the user experience, making complex analyses more efficient and user-friendly.

To start pinning columns, please follow these steps:

1. Navigate to a sheet
2. Choose a column you would like to pin
3. Click on the pin icon

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

The pinned columns will appear fixed to the left of the table for ease of reference:

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

To unpin columns, simply click on the pin icon again and the column will return to it's original location.


---

# 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://knowledgebase.qommentary.com/qommentary-table/usability/pinning-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.
