# For coding agents

> The wizard ends by handing the project to a coding agent, so the project ships with notes — and this site ships as text for the agent that has not run it yet.

Page: https://sdk.chatfuel.com/docs/agents
Markdown: https://sdk.chatfuel.com/docs/agents.md

The wizard's last step is a handoff. It writes the app, installs a skill for every module you
picked, writes the instructions file your agent reads on every session, and then offers to start
that agent inside the new project and point it at a setup checklist. The project ships with notes
for the same reason it ships with source: whoever continues the work needs what we know about the
API's edges, in the place their own CLI looks for it.

That gives you three ways in, depending on what exists yet.

<Cards>
  <Card title="Run the wizard" href="/docs/quickstart" description="One command writes the app and installs one skill per module into the directory your agent reads. Node 20.18.1 is the only prerequisite; the wizard installs the agent too if you have neither." />

  <Card title="Hand an agent one URL" href="/docs/agents/prompts" description="/SKILL.md is this site written as a skill file — the command, the modules and where to read more. Paste it into an agent before there is a project at all." />

  <Card title="Read the docs as text" href="/docs/agents/llms-txt" description="An index at /docs/llms.txt, everything in one file at /docs/llms-full.txt, and a Markdown twin at every documentation address." />
</Cards>

[Skills](/docs/agents/skills) is what lands where, and [The handoff](/docs/agents/handoff) is what
the wizard writes for the agent to read. [Agent skills](/docs/concepts/agent-skills) is why the
project is shaped this way rather than generated and left.
