> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/k2k/1.1/tutorial.md).

# Tutorial

- [Setting up](https://docs.lenses.io/latest/k2k/1.1/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.1/tutorial/selecting-topics.md): Choose which topics should/should not be replicated.
- [Routing Records](https://docs.lenses.io/latest/k2k/1.1/tutorial/routing-records.md): Control where records are sent when replicating.
- [Partition assignment](https://docs.lenses.io/latest/k2k/1.1/tutorial/partition-assignment.md): Route Kafka records to specific partition.
- [Configuring control topics](https://docs.lenses.io/latest/k2k/1.1/tutorial/configuring-control-topics.md): Configure names and configuration of control topics.
- [Replicated topics configs](https://docs.lenses.io/latest/k2k/1.1/tutorial/replicated-topics-configs.md): Control target cluster topic creation and their configuration.
- [Exactly Once Delivery](https://docs.lenses.io/latest/k2k/1.1/tutorial/exactly-once-delivery.md): Enable exactly once delivery guarantees.
- [Schema Registry Replication](https://docs.lenses.io/latest/k2k/1.1/tutorial/schema-registry-replication.md): Configure schema replication to target cluster.
- [Scaling K2K](https://docs.lenses.io/latest/k2k/1.1/tutorial/scaling-k2k.md): Increase the number of instance handling one replication
- [Variables & Secrets](https://docs.lenses.io/latest/k2k/1.1/tutorial/variables-and-secrets.md): Control parameters and secrets using the pipeline definition.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lenses.io/latest/k2k/1.1/tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
