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

# Troubleshooting

> Common issues and solutions

## Quick Fix

Most issues can be resolved by restarting the platform:

```bash theme={null}
agentsystems restart
```

This command stops and restarts all AgentSystems services, which often resolves:

* Connection issues
* Stuck agents
* UI not updating
* Configuration not applying

## Still Having Issues?

If restarting doesn't help:

1. Check logs: `agentsystems logs`
2. Review status: `agentsystems status`
3. Report issues: [GitHub Issues](https://github.com/agentsystems/agentsystems/issues)
