Skip to content

Learn Quest

Use this page to understand what Quest is responsible for before you look up exact API details.

Quest focuses on quest definitions, quest state, objective coordination, completion, and failure.

It should answer its own responsibility clearly without taking over nearby systems.

Quest owns:

  • quest identity
  • quest definitions
  • runtime quest state
  • objective coordination
  • quest lifecycle events

It does not own:

  • dialogue writing
  • inventory storage
  • combat logic
  • gathering rules
  • project narrative UI

Quest should be usable by itself. When other Dynaros products are installed, integrations can make workflows smoother without turning unrelated products into hidden requirements.

Project or gameplay event
v
Quest plugin behavior
v
Quest validation / state / result
v
Owning project or related system responds

Start with the overview if you are still deciding whether Quest owns your problem. Use Guides for workflows, Recipes for focused examples, and Reference for exact symbols or settings.