# Wireframe/Design

### Wireframe Design Guidelines <a href="#wireframe-design-guidelines" id="wireframe-design-guidelines"></a>

#### How do you create ubiquitous designs and be device ### agnostic? Here’s how to do it: <a href="#how-do-you-create-ubiquitous-designs-and-be-device--agnostic-heres-how-to-do-it" id="how-do-you-create-ubiquitous-designs-and-be-device--agnostic-heres-how-to-do-it"></a>

1. Treat my mobile designs as if designing for mobile web--Use an artboard width of 375, which works for most modern iPhone models and Android.
2. Manage the screen shape of the iPhone X and iPhone 11 by telling the dev team to just extend the header background color to the top.
3. Only use gestures that are universal, e.g. tap, swipe, press and hold. Focus on the best user experience regardless of OS.
4. Use SVGs for all icons and logos so that they look great on any screen resolution.
5. Use navigation and menu structures that are universal and not too OS specific.


---

# 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://handbook.renaissancelabs.org/engineering/wireframe-design.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.
