# Design principles

Sovryn design principles focus on six key themes:

1. Consistency
2. Scalability
3. Accessibility
4. Flexibility
5. Clear and concise communication
6. Modular design

To put these principles into practice, we adhere to three major principles/patterns:

1. Atomic Design System - a method of breaking design elements down into reusable components for scalability. <https://atomicdesign.bradfrost.com/chapter-2/>
2. First-class mobile support - prioritizing accessibility, spacing, and sizing to reinforce hierarchy and provide a comparable experience across devices.
3. Sovryn Brand Guidelines - a set of guidelines that ensure consistent typography, spacing, and colors for a cohesive look and feel. <https://www.figma.com/file/oocYssnK4DYBd6iCEtrQNZ/Sovryn-Brandbook?node-id=530-57&t=7RTABV4EvHsUtqd6-0>


---

# 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/design-system/design-principles.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.
