# Troubleshooting

- [General Mod Troubleshooting](https://docs.pixiebrix.com/how-to/troubleshooting/general-mod-troubleshooting.md)
- [Troubleshooting Bad API Requests](https://docs.pixiebrix.com/how-to/troubleshooting/troubleshooting-bad-api-requests.md)
- [Troubleshooting Network Errors](https://docs.pixiebrix.com/how-to/troubleshooting/troubleshooting-network-errors.md)
- [Troubleshooting IndexedDB Errors](https://docs.pixiebrix.com/how-to/troubleshooting/troubleshooting-indexeddb-errors.md): Troubleshooting IndexedDB connection, quota, and corruption problems
- [Troubleshooting Browser Extension Performance and Crashes](https://docs.pixiebrix.com/how-to/troubleshooting/troubleshooting-browser-extension-performance-and-crashes.md): Troubleshooting browser extension performance and crashes
- [Troubleshooting extension corruption errors](https://docs.pixiebrix.com/how-to/troubleshooting/troubleshooting-extension-corruption-errors.md): Troubleshooting "The extension may have been corrupted" errors


---

# 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.pixiebrix.com/how-to/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.
