# Overview

We set out to build our new application with the following goals in mind:

* Mobile first design - the dapp should function the same on both mobile and desktop, with a focus on simple UX
* Consistent design system - faster design speed and easier to scale products
* Build building blocks - [UI Library](/builder-portal/ui-library/overview.md), [The Graph](/builder-portal/sovryn-sdk/the-graph/overview.md), [sovryn-onboard](broken://pages/Z5NfpWmFD7PuihHtIwUs), [Smart Router](/builder-portal/sovryn-sdk/smart-router.md) - developers should be able to use the same tools we work with, to build their own products on Sovryn ecosystem


---

# 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://build.sovryn.com/builder-portal/sovryn.app/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.
