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

# Debugging with prompts

> Write better bug reports for Mythex — reproduce steps, expected vs actual, and when to use /test.

# Debugging with prompts

## Be specific

```text theme={null}
In Preview, [STEPS].
Expected: [EXPECTED].
Actual: [ACTUAL].
Fix and verify.
```

Vague “it’s broken” wastes credits.

## Use the right tools

* **`/fix`** — focus on breakage
* **`/test`** — [App Testing](/features/app-testing)
* **Plan** mode — investigate before editing
* **Restore** — undo a bad turn ([Chat](/features/chat))

## Related

* [Debug your app](/recipes/debug-your-app)
* [Iterate](/prompting/iterate)
* [Effective prompts](/prompting/effective-prompts)
