# Durable Workflow > Laravel-native durable workflows. This file is a curated markdown index for LLMs. Use the sections below for targeted source documents, or use the optional full bundle when you want the entire documentation set in one file. ## Core Docs - [Introduction](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/introduction.md) - [Installation](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/installation.md) - [Sample App](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/sample-app.md) - [Testing](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/testing.md) - [Failures and Recovery](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/failures-and-recovery.md) - [How It Works](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/how-it-works.md) - [Monitoring](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/monitoring.md) ## Defining Workflows - [Workflows](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/workflows.md) - [Activities](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/activities.md) - [Starting Workflows](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/starting-workflows.md) - [Passing Data](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/passing-data.md) - [Workflow Status](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/workflow-status.md) - [Workflow ID](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/defining-workflows/workflow-id.md) ## Features - [Signals](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/signals.md) - [Queries](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/queries.md) - [Timers](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/timers.md) - [Signal + Timer](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/signal+timer.md) - [Side Effects](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/side-effects.md) - [Heartbeats](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/heartbeats.md) - [Child Workflows](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/child-workflows.md) - [Concurrency](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/concurrency.md) - [Sagas](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/sagas.md) - [Events](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/events.md) - [Webhooks](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/webhooks.md) - [Continue As New](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/continue-as-new.md) - [Versioning](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/features/versioning.md) ## Configuration - [Publishing Config](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/publishing-config.md) - [Options](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/options.md) - [Ensuring Same Server](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/ensuring-same-server.md) - [Database Connection](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/database-connection.md) - [Microservices](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/microservices.md) - [Pruning Workflows](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/configuration/pruning-workflows.md) ## Constraints - [Overview](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/constraints/overview.md) - [Workflow Constraints](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/constraints/workflow-constraints.md) - [Activity Constraints](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/constraints/activity-constraints.md) - [Constraints Summary](https://raw.githubusercontent.com/durable-workflow/durable-workflow.github.io/main/docs/constraints/constraints-summary.md) ## Optional - [Durable Workflow full documentation bundle](https://durable-workflow.com/llms-full.txt): Single-file bundle of the complete documentation set.