# Aggregations

- [Aggregating data in a table](https://docs.lenses.io/latest/devx/6.1/user-guide/tutorials/sql-processors/aggregations/aggregating-data-in-a-table.md): This page describes a tutorial to aggregate Kafka topic data into a table using Lenses SQL Processors.
- [Aggregating streams](https://docs.lenses.io/latest/devx/6.1/user-guide/tutorials/sql-processors/aggregations/aggregating-streams.md): This page describes a tutorial to aggregate data Kafka topic data into a stream using Lenses SQL Processors
- [Time window aggregations](https://docs.lenses.io/latest/devx/6.1/user-guide/tutorials/sql-processors/aggregations/time-window-aggregations.md): This page describes a tutorial to perform time windowed aggregations on Kafka topic data with Lenses SQL Processors.


---

# 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.lenses.io/latest/devx/6.1/user-guide/tutorials/sql-processors/aggregations.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.
