Documentation

Register a guided Web workflow

Use a workflow for a real, supported task with clear steps and registered destinations. Ensure pages and elements exist before the workflow tries to guide to them.

Aven.registerWorkflow({
  workflowId: "create-api-key",
  name: "Create an API key",
  steps: []
});

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.