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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/best-practices/troubleshooting/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Troubleshooting

> Diagnose and resolve common issues with Endor Labs scans.

Find solutions to common issues with Endor Labs scans and tools.

<CardGroup cols={3}>
  <Card title="endorctl exit codes" icon="terminal" href="/best-practices/troubleshooting/endorctl-exitcodes">
    Learn about the exit codes for endorctl commands.
  </Card>

  <Card title="Firewall rules" icon="globe" href="/best-practices/troubleshooting/firewall-rules">
    Learn about the firewall rules that may be required to use Endor Labs.
  </Card>

  <Card title="Podman" icon="box" href="/best-practices/troubleshooting/podman">
    Learn how to scan container images built using Podman.
  </Card>
</CardGroup>
