# Dapp specific components

Whilst most of our Dapp UI is constructed directly from the components in the [Sovryn UI Library](/builder-portal/ui-library/overview.md), some of the UI components we use in sovryn.app must be opinionated in order to provide required functionality without putting business logic into library components.

In this section we document those components that have standardized variations which can be used by our teams to quickly construct consistent UX across the board, without the need to re-implement complex logic.


---

# 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/dapp-specific-components.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.
