# Filtering & Joins

- [Filtering data](https://docs.lenses.io/latest/user-guide/using/tutorials/sql-processors/filtering-and-joins/filtering-data.md): This page describes a tutorial to filter records in a Kafka topic with Lenses SQL Processors.
- [Enriching data streams](https://docs.lenses.io/latest/user-guide/using/tutorials/sql-processors/filtering-and-joins/enriching-data-streams.md): This page describes a tutorial to enrich a Kafka topic using Lenses SQL Processors.
- [Joining streams of data](https://docs.lenses.io/latest/user-guide/using/tutorials/sql-processors/filtering-and-joins/joining-streams-of-data.md): This page describes a tutorial joining Kafka topics with Lenses SQL Processors.
- [Using multiple topics](https://docs.lenses.io/latest/user-guide/using/tutorials/sql-processors/filtering-and-joins/using-multiple-topics.md): This page describes a tutorial to use multiple Kafka topics in a Lenses SQL Processor.


---

# 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/user-guide/using/tutorials/sql-processors/filtering-and-joins.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.
