# Frontend Architecture

The main criteria for the front-end architecture include the followings:

● SSR support for the correct formation of a response to requests (prerender in social networks, indexing by search bots)&#x20;

● Modular architecture for easier integration of new networks, wallets and interfaces in the future&#x20;

● Next.js will be used as a framework, which is based on React.js.

![](/files/TsObgu4Uu3OLFSao5H7P)


---

# 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://okaleido.gitbook.io/doc/frontend-architecture.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.
