# Troubleshooting

- [App Error Codes](https://docs.buzzy.buzz/troubleshooting/app-error-codes.md)
- [Action Error](https://docs.buzzy.buzz/troubleshooting/app-error-codes/action-error.md)
- [App Not Found](https://docs.buzzy.buzz/troubleshooting/app-error-codes/app-not-found.md)
- [Component Missing](https://docs.buzzy.buzz/troubleshooting/app-error-codes/component-missing.md)
- [Component Not Set](https://docs.buzzy.buzz/troubleshooting/app-error-codes/component-not-set.md)
- [Component Settings Error](https://docs.buzzy.buzz/troubleshooting/app-error-codes/component-settings-error.md)
- [Datatable Not Found](https://docs.buzzy.buzz/troubleshooting/app-error-codes/datatable-not-found.md)
- [Datatable Not Set](https://docs.buzzy.buzz/troubleshooting/app-error-codes/datatable-not-set.md)
- [Field Not Found](https://docs.buzzy.buzz/troubleshooting/app-error-codes/field-not-found.md)
- [Field Not Set](https://docs.buzzy.buzz/troubleshooting/app-error-codes/field-not-set.md)
- [No App Selected](https://docs.buzzy.buzz/troubleshooting/app-error-codes/no-app-selected.md)
- [No Context Name](https://docs.buzzy.buzz/troubleshooting/app-error-codes/no-context-name.md)
- [No Screens Found](https://docs.buzzy.buzz/troubleshooting/app-error-codes/no-screens-found.md)
- [Runtime Exception](https://docs.buzzy.buzz/troubleshooting/app-error-codes/runtime-exception.md)
- [Screen Not Found](https://docs.buzzy.buzz/troubleshooting/app-error-codes/screen-not-found.md)
- [Screen Not Set](https://docs.buzzy.buzz/troubleshooting/app-error-codes/screen-not-set.md)


---

# 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.buzzy.buzz/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.
