# Sovryn UI Library Usage

We use the UI library as a basis for all UX components in sovryn.app, with few exceptions. General guidelines we follow when using the UI Library:

* Keep all components unopinionated in UI Library - don't hardcode things and keep business logic in our dapp code
* Reuse components as much as possible - minimal changes should be applied in dapp code
* When new functionality is needed in dapp, and can be generalized - build it into the UI library component in a way that can be extended by other users
* dapp specific UI components follow same design methodology as UI library - Atomic Design: modular as possible for greater reuse
* Follow brand and design guidelines from design system


---

# 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/sovryn-ui-library-usage.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.
