> 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/leadership/process/object-oriented-ux.md).

# Object-Oriented UX

Object-Oriented UX (OOUX) is a process and structured approach to designing digital products by focusing on the objects that users interact with, rather than the actions they take.&#x20;

OOUX helps designers create more user-friendly and efficient digital products by promoting a shared understanding between designers and developers, leading to more effective collaboration and faster development cycles.

OOUX typically involves the following steps:

1. **Object Identification**\
   Identify the core objects that make up your product and that are relevant to the user's mental model.
2. **Object Relationships**\
   Define how these objects relate to each other, creating a structured information architecture.
3. **Object Attributes**\
   Determine the key properties and characteristics of each object.
4. **Object Actions**\
   Define the actions that users can take on these objects.
5. **Information Architecture**\
   Organise the objects and their relationships into a clear and intuitive structure.
6. **User Interface Design**\
   Design the user interface based on the object-oriented structure, ensuring a consistent and intuitive experience.

#### Further Reading

{% embed url="<https://www.aufaitux.com/blog/what-is-object-oriented-ux/>" %}

{% embed url="<https://alistapart.com/article/object-oriented-ux/>" %}

{% embed url="<https://www.ooux.com/what-is-ooux>" %}

{% embed url="<https://uxdesign.cc/how-to-start-any-ux-project-its-not-sketching-user-flows-3de43877d65d>" %}


---

# 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/leadership/process/object-oriented-ux.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.
