# Table Operations

- [Combine Tables](https://docs.tabula.io/data-flows/tools-nodes/table-operations/combine-tables.md): Joins 2 tables using the specified columns as keys
- [Stack Tables](https://docs.tabula.io/data-flows/tools-nodes/table-operations/stack-tables.md): Stacks rows of two or more tables
- [Group By](https://docs.tabula.io/data-flows/tools-nodes/table-operations/group-by.md): Groups rows and calculate aggregation functions
- [Pivot](https://docs.tabula.io/data-flows/tools-nodes/table-operations/pivot.md): Creates new columns from values in the specified columns and computes aggregation functions as values for the new columns
- [Unpivot](https://docs.tabula.io/data-flows/tools-nodes/table-operations/unpivot.md): Merges one or more columns into key and value columns


---

# 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.tabula.io/data-flows/tools-nodes/table-operations.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.
