# What is in the reference

> Every command, flag, wizard step, environment variable and generated script, as lists you can check a value against.

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

A Concepts page explains a decision; a Reference page is an exhaustive list of current values — if
a page would need editing because a flag, a step, a variable or a script name changed, it is here.

<Cards>
  <Card title="The CLI" href="/docs/reference/cli" description="Every command and flag, what each one defaults to, and the two things --yes will not do." />

  <Card title="What the wizard does, step by step" href="/docs/reference/wizard-steps" description="The sequence in order: what each step asks, what it writes, and which ones reach your Chatfuel account." />

  <Card title="The environment the wizard reads and writes" href="/docs/reference/environment" description="The variables the wizard itself reads, the .env it writes, and the guard that refuses to persist a token." />

  <Card title="Scripts in the generated app" href="/docs/reference/scripts" description="dev, build, start, deploy, connect-git, check and test — what each runs and what it needs first." />
</Cards>
