# Design overview

Following diagram depicts the typical data flows in Revo framework. This might give you a small insight into how the overall architecture of the framework looks.

![Data flows during a typical request processing in Revo.](/files/-LBzN52gBWJoy98xn3C1)

To learn more about the request processing in Revo, see [Request life-cycle](/reference-guide/request-life-cycle.md).


---

# 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.revoframework.net/general/overview/design-overview.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.
