Introduction
Attricat is a versioned catalog engine. You define the shape of your data with blueprints, create entities from those blueprints, and use contexts where a value varies by place, channel, or other hierarchy.
The main ideas
Section titled “The main ideas”- Blueprints are versioned definitions for entity types, attributes, and layouts.
- Entities are catalog records. They retain the exact blueprint revision they were created with.
- Contexts let an attribute inherit a default value or define an intentional local override.
- Relationships connect entities without losing their type or history.
A typical workflow
Section titled “A typical workflow”- Create and publish a blueprint, such as
product. - Create entities from the published blueprint.
- Add contexts when a value needs to differ by market, channel, or location.
- Find and maintain records in Entity explorer.
- Review changes in the activity log.
The available actions depend on the permissions granted in your workspace.
Continue with Explore entities or learn how to build a blueprint.