# Example Workflows

AI Workflows allow you to run transformations with generative AI models on a batch of data (json or .csv). Read the [Intro to Workflows page ](/lastmile-ai-docs/workflows/intro-to-workflows.md)to understand how workflows work.&#x20;

For each example shown here:

* clone the workbook&#x20;
* click 'Run with Batch'&#x20;
* upload .csv (input data) - provided below

View results in Workflows page

* click on workflow > (wait until all child runs have succeeded) > download .csv results

## Examples

### Personalized Job Referral Workflow&#x20;

Check out livestream demo here: <https://www.youtube.com/watch?v=UkvvJPIrW0Q>  ![😊](https://discord.com/assets/6f75b58eb746d08c2c18451573876292.svg)

1. [Workbook with Instructions](https://lastmileai.dev/workbooks/clnp264sb0089qrj2pm6vakyp)&#x20;
2. [Workbook with Solutions](https://lastmileai.dev/workbooks/clnns57js0009pe211fy6ciqb)&#x20;

### **Translation Workflow**&#x20;

*Translate a Marketing Blog with GPT4 (preserving tone) in up to 50 different languages.*

* [Workbook](https://lastmileai.dev/workbooks/cln9p0gb300hlqwo74yyayilq)
* [Input Data for Batch (5 rows)](https://docs.google.com/spreadsheets/d/1MnOv-7IKDru5YUglf8VylsrdDBxvTnBwiWwggYGTPLw/edit#gid=1037588778) - Free Plan (5 rows/workflow)
* [Input Data for Batch (50 rows)](https://docs.google.com/spreadsheets/d/1U-uI1PeBbJwMKZSLj8EF_jyM_0YuA2OnwxFyTWhPuOo/edit#gid=1037588778) - Growth Plan (50 rows/workflow) sign up [here](https://lastmileai.dev/pricing)


---

# 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://lastmile-ai.gitbook.io/lastmile-ai-docs/use-cases/example-workflows.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.
