# TodoList - RECQ Tutorial

In this tutorial, you will explore how to design and implement a RECQ Application starting from the Requirement Gathering straight to the REST API implementation in Java using [Evento Framework](/evento-framework/evento-framework-introcution.md) and [Spring Boot](https://spring.io/projects/spring-boot).

### Structure

* Problem Description and Requirement Gathering
* RECQ Payload Design
* RECQ Components Design
* Set up your Development Environment
* RECQ Payload Evento Implementation
* RECQ Components Evento Implementation with Spring Data
* Expose the RECQ architecture with Spring Web
* Test Your App


---

# 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.eventoframework.com/getting-started/todolist-recq-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.
