# Pivot tables

![](https://downloads.intercomcdn.com/i/o/341196413/19b0081de481ca5b7de1fdf8/Screen+Recording+2021-05-24+at+08.20.10+PM.gif)

* To summarize data as a pivot table, highlight the table by clicking the upper-left of the table. Then select the `pivot` icon in the navigation bar.
* A blank pivot table will display on the canvas, while a menu will appear to configure the pivot table.
* **Drag** a single source field or multiple source fields into a panel below to visualize data as a row, column, or value.
* For **Rows or Columns**, select the **Details icon** and select the **sort orde**r to sort a row or column source field.
* For **Values**, select the **Details icon** to summarize a value by any of the following:
  * Count Unique
  * Count
  * Sum
  * Average
  * Minimum
  * Maximum


---

# 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://canvasapp.gitbook.io/docs/building-canvases/pivoting-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.
