# Spreadsheet & Data

The Spreadsheet & Date category contains functions that are responsible for moving data around the spreadsheet behind the scenes within Squirrel. From the Data Mover, able to move single blocks of data to filter through rows and rows to return desired results, to the Unique List function that can take a list of data with duplicated values and return the unique values.

### Functions

{% content-ref url="/pages/bvmtNsOzpBIsyI6v8URb" %}
[Data Mover](/components-functions-and-connections/overview-1/spreadsheet-and-data/data-mover.md)
{% endcontent-ref %}

{% content-ref url="/pages/2Y5BZssL5fNgxn7gYmmh" %}
[TextJoin](/components-functions-and-connections/overview-1/spreadsheet-and-data/textjoin.md)
{% endcontent-ref %}

{% content-ref url="/pages/y4L8RxD820I3SoeIGQJA" %}
[Timer](/components-functions-and-connections/overview-1/spreadsheet-and-data/timer.md)
{% endcontent-ref %}

{% content-ref url="/pages/JQBZdNKmA6Cz9NKQK9jd" %}
[Unique List](/components-functions-and-connections/overview-1/spreadsheet-and-data/unique-list.md)
{% endcontent-ref %}


---

# 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://learn.squirrel365.io/components-functions-and-connections/overview-1/spreadsheet-and-data.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.
