# Fix Errors with Copilot

Whenever you encounter an error in your workflow, you can click the "Fix with Copilot" button to get immediate debugging assistance:

* Copilot analyzes your specific error details and provides targeted troubleshooting suggestions
* It identifies common issues like missing inputs, incorrect syntax, or invalid parameters
* You receive clear explanations of what went wrong alongside actionable recommendations
* This saves valuable time by eliminating the need to interpret complex error messages yourself
* Your workflow can be up and running again quickly with guided assistance through each step of the fix

<figure><img src="/files/fs6d4Tuaw7uhPR6DrGO2" alt=""><figcaption></figcaption></figure>


---

# 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.airops.com/actions/chat-with-copilot/fix-errors-with-copilot.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.
