# Limitations

Currently, WorkflowAI does not support:

* listening and participating in real-time audio conversations. However AI features can understand audio files as input.
* fine-tuning and distillation. But you can export the outputs of an agent from WorkflowAI and use them in your own fine-tuning pipeline.

{% hint style="info" %}
We expect that all these use cases will be supported in the future (by end of 2025).
{% endhint %}


---

# 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.workflowai.com/features/limitations.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.
