# Click It (/docs/tracks/nocode)



Ductor ships a visual route builder: a canvas, a scenario workbench, an
artifact library, generation review, and an AI authoring assistant. You can
compose a route, run it against sample input, and review the exact generation
it compiles to — without writing code or calling an endpoint.

<Callout type="warn" title="This track is still being written">
  The builder ships and works; its documentation does not yet match it. Today
  this track is two pages, and only one is about the route builder. The pages
  below are the honest current state, not the finished track — expect it to
  grow substantially.
</Callout>

<Cards>
  <Card title="Route authoring (Route DSL v2)" href="/docs/management/route-authoring">
    The format the visual editor reads and writes — one versioned aggregate per tenant.
  </Card>

  <Card title="Assisted action authoring" href="/docs/connectors/assisted-authoring">
    The governed workbench for authoring connector actions: draft, compile, dry-run, repair.
  </Card>
</Cards>

## What you still need another track for [#what-you-still-need-another-track-for]

Until this track fills out, two things are documented elsewhere:

<Cards>
  <Card title="Understand what a route is" href="/docs/primitives/route">
    The decision that binds Work to a Worker, and the explanation it carries.
  </Card>

  <Card title="The same operations over the API" href="/docs/tracks/api">
    Anything the editor does, the API can do — and the API path is fully documented today.
  </Card>
</Cards>
