# Workflow Library

The workflow library serves as a repository for common use cases and workflows, which you can download and utilize in Arcee Orchestra.

Each use case within the workflow library contains:

1. A video demonstration of the workflow
2. The workflow JSON so you can upload the workflow and try it yourself
3. Example input/output for the specific workflow

These workflows provide examples of how different integrations can be utilized, how nodes can be combined to create complex automations, and can serve as a starting place for one of your workflows.


---

# 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.arcee.ai/arcee-orchestra/workflow-library.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.
