# Copilot

## AirOps Copilot

Copilot is an AI-powered assistant that helps you build and improve your workflows. When you ask for help with your workflow, Copilot analyzes your requirements and provides targeted suggestions that you can choose to implement.

<figure><img src="/files/1dJ1YgqKXbWaTvztXw7B" alt=""><figcaption></figcaption></figure>

Copilot provides a wide range of assistance to improve your workflow building experience. These are just some examples:

* **Explanation assistance:** Ask Copilot to explain how your workflow functions, helping you understand the flow of data and steps in your automation.
* **Build guidance:** Get step-by-step instructions on how to construct workflows for specific use cases, with Copilot suggesting appropriate steps and connections.
* **Optimization recommendations:** Receive suggestions for improving your workflows, including adding error handling, refining prompts, or implementing more efficient logic.
* **Debugging support:** When your workflow encounters errors, ask Copilot to analyze the issue and provide troubleshooting steps to resolve the problem.

{% @arcade/embed url="<https://app.arcade.software/share/nRDXOumHXnlovCTtVc1j>" flowId="nRDXOumHXnlovCTtVc1j" %}


---

# 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.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.
