> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Initial Steps

If you're experiencing any issues with your app, please follow these initial troubleshooting steps:

<Steps>
  <Step title="Dynamic Demo">
    See if you can replicate on [demo.dynamic.xyz](https://demo.dynamic.xyz).
  </Step>

  <Step title="Create Dynamic App">
    See if you can replicate using an app creating with `npx create-dynamic-app@latest`.
  </Step>

  <Step title="Dynamic Doctor">
    Run [the Dynamic Doctor](/troubleshooting/dynamic-doctor) in your own codebase.
  </Step>

  <Step title="Check Guides">
    Check the other troubleshooting guides in this section, and [the "How Do I" page](/how-do-i).
  </Step>
</Steps>

If you can replicate on demo or in create-dynamic-app, please let us know immediately [via Slack](https://dynamic.xyz/slack) using the "#bug-report" channel.

If you cannot replicate on demo or on create-dynamic-app, the doctor does not identify any issues and we don't have a troubleshooting or how-do-i guide, it means it might be isolated to your codebase.
In this case, we recommend paring back your codebase to the minimal amount of code that reproduces the issue, and then sharing the code with us [via Slack](https://dynamic.xyz/slack) using the "#bug-report" channel.

It's also helpful to search in the Slack workspace linked above to see if someone else has had the same issue and found a resolution.
