# Action Error

An error occurred while executing an action. This can happen when:

* Action configuration is invalid
* Required action parameters are missing
* Action target is unavailable
* Action execution fails

## How to Fix

1. Check the action configuration
2. Verify all required parameters are provided
3. Ensure action targets are accessible
4. Review action dependencies and permissions

## Using Buzzy AI

Use the "Get AI assistance" button to have Buzzy AI help diagnose and fix the action error.


---

# 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/app-error-codes/action-error.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.
