# Tutorial

- [Setting up](https://docs.lenses.io/latest/k2k/1.2/tutorial/run-a-quick-example.md): Create a set of containerized environments to learn how to use and configure K2K.
- [Selecting topics](https://docs.lenses.io/latest/k2k/1.2/tutorial/selecting-topics.md): Choose which topics should/should not be replicated.
- [Routing Records](https://docs.lenses.io/latest/k2k/1.2/tutorial/routing-records.md): Control where records are sent when replicating.
- [Partition assignment](https://docs.lenses.io/latest/k2k/1.2/tutorial/partition-assignment.md): Route Kafka records to specific partition.
- [Configuring control topics](https://docs.lenses.io/latest/k2k/1.2/tutorial/configuring-control-topics.md): Configure names and configuration of control topics.
- [Replicated topics configs](https://docs.lenses.io/latest/k2k/1.2/tutorial/replicated-topics-configs.md): Control target cluster topic creation and their configuration.
- [Exactly Once Delivery](https://docs.lenses.io/latest/k2k/1.2/tutorial/exactly-once-delivery.md): Enable exactly once delivery guarantees.
- [Schema Registry Replication](https://docs.lenses.io/latest/k2k/1.2/tutorial/schema-registry-replication.md): Configure schema replication to target cluster.
- [Scaling K2K](https://docs.lenses.io/latest/k2k/1.2/tutorial/scaling-k2k.md): Increase the number of instance handling one replication
- [Variables & Secrets](https://docs.lenses.io/latest/k2k/1.2/tutorial/variables-and-secrets.md): Control parameters and secrets using the pipeline definition.


---

# 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/k2k/1.2/tutorial.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.
