> 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/principle-of-repetition.md).

# Principle of Repetition

The Principle of Repetition is a fundamental principle in design that emphasises the importance of consistency and uniformity in creating a cohesive and effective design. It is based on the idea that repeating visual elements such as colours, shapes, patterns, and typography can help establish a sense of order and familiarity, making it easier for users to navigate and understand the design.

In other words, repetition helps to create a visual rhythm that guides the user's eye through the design and reinforces key messages or information. By using repetition, designers can create a sense of unity and harmony that makes the design more appealing and memorable.

For instance, consider a website with multiple pages. If each page has a different layout, colour scheme, or typography, it can be confusing for users to navigate and understand the content. However, if the website uses consistent visual elements such as a common colour palette, typography, or layout across all pages, it can create a sense of familiarity and make it easier for users to find what they are looking for.

The Principle of Repetition is an essential principle in design that helps to create consistency and order by repeating visual elements throughout the design. By doing so, designers can create a cohesive and effective design that is easy to navigate and understand.

#### Further Reading

{% embed url="<https://medium.com/weavedesign/the-law-of-repetition-designing-for-consistency-63ea3ff7920e>" %}


---

# 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/principle-of-repetition.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.
