# Object Display

*[Documentation index](/llms.txt) · [Full index](/llms-full.txt)*

:::info

Object Display V2 is the current Object Display standard. Use the `sui::display_registry` APIs when creating or updating displays from Move code.

Object Display V1 is legacy. Existing V1 displays were migrated to V2 in a system snapshot migration. If you need to manage a migrated display, claim its `DisplayCap<T>` when you are ready (see [Migrating to V2](/develop/objects/display/using-display#migrating-to-v2)).

:::

- [What is Object Display?](display-overview) — Object Display is a way to render any object on Sui using templating syntax. It renders Sui Move object values into human-readable strings, JSON, or encoded representations.
- [Object Display Templates](display-preview) — Use the interactive module to try out different Object Display templates.
- [Creating Displays](using-display) — An Object Display must be explicitly created and then maintained by the package or type owner.
