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

# Help

# Help

Use Help when something is broken, unclear, or hard to inspect. Normal setup
still starts in the selected Agent: Models, Channels (chat apps), Services,
Skills, Tools, Memory, Tasks, Wallets, Mining, and Fased Network each have
their own focused page.

## Fast path

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart TD
  issue["issue or error"] --> triage["Troubleshooting"]
  triage --> logs["Logs and diagnostics"]
  logs --> owner["focused owner page"]
  owner --> doctor["Doctor or repair"]
  triage --> faq["FAQ when it is conceptual"]

  classDef root fill:#17191f,stroke:#ff8a6b,color:#fff;
  classDef step fill:#101317,stroke:#475569,color:#e5e7eb;
  classDef fix fill:#20130f,stroke:#ff8a6b,color:#fff;
  class issue root;
  class triage,logs,owner,faq step;
  class doctor fix;
```

<CardGroup cols={2}>
  <Card title="Troubleshooting" icon="wrench" href="/help/troubleshooting">
    Symptom-first checks for no replies, gateway issues, chat apps, tasks, nodes, browser, wallet, mining, and Fased Network.
  </Card>

  <Card title="Diagnostics" icon="activity" href="/diagnostics/index">
    Where to use Logs, Usage, Advanced > Debug, Advanced > Nodes, diagnostic flags, and structured diagnostics.
  </Card>

  <Card title="Environment" icon="terminal" href="/help/environment">
    How Fased loads env vars, `.env`, config `env`, shell imports, SecretRefs, and state-path overrides.
  </Card>

  <Card title="FAQ" icon="circle-help" href="/help/faq">
    Conceptual and setup questions when nothing is actively broken.
  </Card>
</CardGroup>

## Useful commands

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased status
fased status --all
fased gateway probe
fased gateway status
fased doctor
fased logs --follow
```

For wallet, mining, and Fased Network issues:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased wallet status --json
fased wallet signer doctor --json
fased mining readiness --wallet mining
fased mining status
fased federation status
```

## Related

* [Gateway troubleshooting](/gateway/troubleshooting)
* [Doctor](/gateway/doctor)
* [Testing](/help/testing)
* [Docs map](/start/docs-directory)
