# Workflows AI Assistant

<figure><img src="https://cdn.prod.website-files.com/5f6bc60e665f54db361e52a9/67af7d2946d906354609f581_CleanShot%202025-02-10%20at%2015.54.16%402x%20(1).png" alt="" width="375"><figcaption></figcaption></figure>

The Roboflow Workflows web editor now has an Ask AI button you can use as a partner in building your Workflows.

You can ask questions about:

1. How your Workflow works
2. How to debug and fix an error
3. The blocks available
4. How to deploy your model
5. How to build a solution to your problem with Workflows

This feature is accessible from the bottom left of the Workflows editor.


---

# 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.roboflow.com/changelog/februrary-2025/workflows-ai-assistant.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.
