> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fetchhive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resumen

> Crea workflows de varios pasos, pruebalos, publicalos e inspecciona historial de ejecuciones

Usa workflows cuando necesites mas de una llamada de modelo o accion de herramienta en un flujo fijo.

Un workflow es distinto de un prompt, un Agent de chat y un [Hive Agent](../hive-agents/overview). Usa Hive Agents cuando necesites un ciclo duradero que planifique nodos, verifique salida y repita trabajo fallido.

## Lo que encontrarás aquí

* [Creating and Editing](./creating-and-editing) - Crea un workflow, agrega pasos y configura **Step settings**
* [Testing and Iteration](./testing-and-iteration) - Ejecuta pruebas y trabaja con **Run History**
* [Publishing and Versioning](./publishing-and-versioning) - Guarda versiones, compara historial y gestiona deployments
* [Scheduled Deployments](./scheduled-deployments) - Ejecuta variants publicados automaticamente
* [Run with API](./run-with-api) - Invoca un workflow deployment con la API publica
* [Callback Delivery and Webhook Triggers](./async-and-webhooks) - Recibe callbacks firmados y dispara deployments desde webhooks
* [Run with Python SDK](./run-with-python-sdk) - Invoca desde Python
* [Run with Node.js SDK](./run-with-nodejs-sdk) - Invoca desde Node.js
* [Run with Ruby SDK](./run-with-ruby-sdk) - Invoca desde Ruby
* [Run with PHP SDK](./run-with-php-sdk) - Invoca desde PHP
* [Logs](./logs) - Revisa ejecuciones, trazas y salida
* [Workflow Steps](./steps/overview) - Consulta los tipos de pasos disponibles
