> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/cognitive-tools/ux-laws-principles/interaction/gestalt-principles/symmetry-and-order.md).

# Symmetry (And Order)

The Principle of Symmetry emphasises creating a balanced and harmonious visual and functional experience. It is particularly important for maintaining a pleasing and intuitive user interface. Symmetry involves distributing visual elements evenly on either side of an axis. This creates a sense of balance and can make a design more aesthetically pleasing. Elements such as buttons, menus, and content should be placed in a way that feels balanced and visually appealing.

Symmetry promotes consistency in design, leading to a more user-friendly experience as users know what to expect. It can also help establish a hierarchy of elements, drawing attention to key features. Symmetrical designs can feel more familiar and relatable to users, making it easier for them to understand and interact with the interface. Symmetry can also help reduce errors, as users may subconsciously expect consistency in functionality.

However, it's important to consider cultural differences, as notions of symmetry can vary across cultures. Designers should be mindful of the cultural context of their target audience when applying this principle.

#### Further Reading

{% embed url="<https://medium.com/kubo/the-law-of-symmetry-designing-for-balance-9e4367490b29>" %}

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=RtzeOzZxUmk>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.designreference.xyz/cognitive-tools/ux-laws-principles/interaction/gestalt-principles/symmetry-and-order.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.
