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

# Runnable API recipes

> Task-oriented recipes for the Voiceflow APIs, each an executable script that asserts its own behaviour, with a verification date on every page.

Task-oriented, runnable recipes for the Voiceflow APIs. Every recipe is an executable script that asserts its own behaviour, and every one is executed before it ships.

## Conversations

Run turns, stream responses, and manage session state over HTTP.

* [Run your first conversation turn](/docs/cookbook/first-conversation-turn)

## Build

Create and edit the parts an agent is built from.

* [Create and edit a playbook](/docs/cookbook/create-a-playbook)

## Manage

Find and administer the workspaces and projects agents live in.

* [Find your project and environment](/docs/cookbook/find-your-project)

## Publishing

Ship changes through environments without touching production.

* [Clone an environment and publish](/docs/cookbook/clone-and-publish)

## Observe

Find, read, and label the conversations an agent actually had.

* [Find and label a transcript](/docs/cookbook/find-a-conversation)

## Insights

Score conversations against criteria you define.

* [Score a conversation](/docs/cookbook/score-a-conversation)

## QA

Replay scripted conversations and assert what the agent does.

* [Build a regression test](/docs/cookbook/test-a-conversation-flow)

## Analytics

Query usage and cost across projects and workspaces.

* [Query token usage and calls](/docs/cookbook/query-token-usage)
