# Troubleshooting

1. Ensure you have met the minimum [requirements](/installation.md#requirements) for running Directory Lister
2. Check the [Common Issues](/help-and-support/common-issues.md) page for a list of common issues and help in solving them
3. Many problems can be solved by clearing the application cache (`rm -rf app/cache/*`)
4. Enable [`debug`](/configuration/configuration-reference.md#debug) and use [Google](https://www.google.com) to search for any errors shown
5. If you continue having issues start a new discussion on our [Help & Support](https://github.com/DirectoryLister/DirectoryLister/discussions/categories/help-support) board

Please report bugs to the [GitHub Issue Tracker](https://github.com/DirectoryLister/DirectoryLister/issues).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.directorylister.com/help-and-support/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
