# Examples overview

> A gallery of worked examples that show a full prompt-to-result loop for common UiPath builds.

The recipes in this section show complete, worked examples of building with a coding agent, from the prompt you give to the result you get. They are meant to be read end to end, then adapted to your own work.

## How the recipes are organized

Each recipe focuses on one kind of build and follows the same shape: what you are making, the prompt to start from, what the agent produces, and how you confirm it worked. They build on the concepts in the following build pages:

- [Agents](build-agents.md)
- [RPA workflows](build-rpa-workflows.md)
- [Maestro Flows](build-maestro-flows.md)
- [Coded apps](build-coded-apps.md)
- [API workflows](build-api-workflows.md)

## Agent recipes

- [Recipe: build an agent](recipe-build-an-agent.md) — a triage agent that classifies and drafts a reply.

## RPA recipes

- [Recipe: automate with RPA](recipe-automate-with-rpa.md) — a workflow that processes a file end to end.
- [Recipe: enter data into a web app](recipe-web-app-ui-automation.md) — fill and submit a web form with UI Automation.
- [Recipe: extract data from a desktop app](recipe-extract-from-app.md) — read from an application that has no API.
- [Recipe: refactor and test a workflow](recipe-refactor-and-test.md) — review, harden, and test an existing workflow.
- [Recipe: a queue-based process with REFramework](recipe-reframework-queue.md) — a transactional process from the REFramework template.

## Orchestration recipes

- [Recipe: build a Maestro Flow](recipe-build-maestro-flow.md) — an invoice-approval process that extracts, routes for approval, and posts the result.

## App and API recipes

- [Recipe: coded app and API workflow](recipe-coded-app-api-workflow.md) — a small app backed by an API workflow.
- [Recipe: extract data from documents with IXP](recipe-process-documents-with-ixp.md) — an extraction project that reads invoices.

:::note
Recipes describe a representative run. Because your agent adapts to your prompt and environment, the exact files and commands you see will differ.
:::
