> For the complete documentation index, see [llms.txt](https://docs.arcee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcee.ai/arcee-orchestra.md).

# Arcee Orchestra

- [Introduction to Arcee Orchestra](https://docs.arcee.ai/arcee-orchestra/introduction-to-arcee-orchestra.md)
- [Getting Started](https://docs.arcee.ai/arcee-orchestra/getting-started.md)
- [Workflows](https://docs.arcee.ai/arcee-orchestra/workflows.md)
- [Workflow Components](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components.md)
- [Model Node](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components/model-node.md)
- [Code Node](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components/code-node.md)
- [Integrations](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components/integrations.md)
- [Knowledge Retrieval](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components/knowledge-retrieval.md)
- [Conditional Node](https://docs.arcee.ai/arcee-orchestra/workflows/workflow-components/conditional-node.md)
- [Passing Variables](https://docs.arcee.ai/arcee-orchestra/workflows/passing-variables.md)
- [Observability and Monitoring](https://docs.arcee.ai/arcee-orchestra/workflows/observability-and-monitoring.md)
- [API Invocation](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation.md)
- [List Available Workflows API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/list-available-workflows-api.md)
- [Workflow Execution API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/workflow-execution-api.md)
- [Workflow Execution Steps API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/workflow-execution-steps-api.md)
- [Execution History API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/execution-history-api.md)
- [Workflow Diagram API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/workflow-diagram-api.md)
- [API Code Examples](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/api-code-examples.md)
- [Upload Workflow JSON API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/upload-workflow-json-api.md): Upload workflow JSON definition programatically
- [Workflow Runs API](https://docs.arcee.ai/arcee-orchestra/workflows/api-invocation/workflow-runs-api.md): Check a workflow run
- [Workflow Library](https://docs.arcee.ai/arcee-orchestra/workflow-library.md)
- [Research Automation](https://docs.arcee.ai/arcee-orchestra/workflow-library/research-automation.md)
- [Real Time Financial Analysis](https://docs.arcee.ai/arcee-orchestra/workflow-library/real-time-financial-analysis.md)
- [Blog Writer](https://docs.arcee.ai/arcee-orchestra/workflow-library/blog-writer.md)
- [Code Improvement](https://docs.arcee.ai/arcee-orchestra/workflow-library/code-improvement.md)
- [Energy Domain Assistant](https://docs.arcee.ai/arcee-orchestra/workflow-library/energy-domain-assistant.md)
- [Chat Interface](https://docs.arcee.ai/arcee-orchestra/chat-interface.md)
- [FAQ](https://docs.arcee.ai/arcee-orchestra/faq.md): Frequently Asked Questions


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
