Documentation
Register a page
Register a logical screen or route before registering its elements. Give every page a stable identifier and enough descriptive context for your product team to maintain it.
Aven.registerPage({
pageId: "settings",
name: "Settings",
route: "/settings"
});Developer-declared context
Aven uses pages, elements, and workflows your team explicitly registers. The host application stays in control of navigation and UI behavior.
Next step
Choose an SDK, register a real product task, and verify the target becomes available before guiding a user.