# Design Goals

Perpl is built on the following design pillars:

1. **Clean**
2. **Understandable**
3. **User-centred**
4. **Beautiful**

We chose these principles because they are simple ideas we can use to guide the overall user experience.

#### Clean

Our designs embrace simplicity and minimalism, removing unnecessary elements to focus on what truly matters. Every component serves a clear purpose.

#### Understandable

Interface elements should be intuitive and self-explanatory. Users should know how to interact with our product without requiring extensive documentation. But if something is unfamiliar, they should be able to find out about it easily.

#### User-centred

We design with real user needs in mind, constantly gathering feedback and adapting our solutions to better serve our users' goals and preferences. This isn’t just a UI choice, this is a whole approach to doing design. We will actively seek feedback, and we will continuously improve the product.

#### Beautiful

Beyond functionality, our designs should be visually appealing. And beyond visual appeal, they should also create a delightful experience that users enjoy interacting with. Admittedly, you can’t make a perps dex *that* exciting (and if you do, it's probably not that usable), but we will try and make it look and feel as good as possible.


---

# 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://docs.perpl.xyz/onboarding/design-goals.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.
