> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reilabs.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Choose an Adapt-1 workflow

> Start from the result your application needs, then follow the shortest Adapt-1 workflow.

Adapt-1 gives applications direct access to Core, a self-contained adaptive learning and reasoning substrate. First, read the overview. Then select the procedure for the result that your application needs.

<Steps>
  <Step title="Understand the application boundary">
    Read the [Adapt-1 overview](/docs/neuroadapt/overview). It explains how declared task meaning meets active, revisable state, and how perception, execution, consequences, and generated language remain at the application boundary.
  </Step>

  <Step title="Choose the result">
    Use [What can I build with Adapt-1?](/docs/neuroadapt/goals). Select continuity, Domain reasoning, transition learning, feedback adaptation, structured prediction, explanation, or monitoring.
  </Step>

  <Step title="Make the first direct call">
    Follow the [API quickstart](/docs/neuroadapt/quickstart) for authentication and route selection. The procedure does not require generated language.
  </Step>
</Steps>

<Info>
  If you model state transitions, read [Design Domains for transition learning](/docs/neuroadapt/design-transition-domains) before you create the Domain. Field names alone do not define the learner view. Event boundaries, configured paths, value geometry, grouping, and target shape determine which experiences can interact.
</Info>
