# Pin

You can click on 'Pin' button at the right-hand side top to pin the chart to the currently selected data transformation step at the right-hand side.

![](/files/-M4oNCGdE7GwGBKDG-dV)

This makes the chart always show the data from the 'Pinned' step. This is convenient when you don't want the chart to move steps while you are updating other steps.

Data transformation steps after the pinned step are not effective on the pinned chart. For example, new columns created after the pinned step are not available on the pinned chart.

Take a look at this post for more details.

* [An Introduction to Chart Pinning in Exploratory](https://blog.exploratory.io/introduction-to-chart-pinning-in-exploratory-be5f1eba6649)


---

# 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.exploratory.io/visualization/features/pin.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.
