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

# Overview

> Create standalone prompts, test them in the editor, version changes, and run them through prompt deployments

Use prompts when you want to write and test a single LLM interaction without building a full workflow. In this section, you'll create prompts, work with inputs, save versions, create prompt deployments, and review prompt activity.

Standalone prompts are different from prompt steps inside workflows. These pages cover the prompt editor under **Prompts**, not the workflow builder under **Workflows**.

## What you'll find here

* [Creating and Editing](./creating-and-editing) - Create a prompt, add messages, work with inputs, and test it in the editor
* [Publishing and Versioning](./publishing-and-versioning) - Save versions, review version history, roll back changes, and create prompt deployments
* [Run with API](./run-with-api) - Invoke a prompt deployment with cURL using the public API
* [Logs](./logs) - Review prompt runs, request details, inputs, and related activity
* [Run with Python SDK](./run-with-python-sdk) - Invoke a prompt deployment from Python with `fetch-hive-sdk`
* [Run with Node.js SDK](./run-with-nodejs-sdk) - Invoke a prompt deployment from Node.js with `@fetch-hive/sdk`
* [Run with Ruby SDK](./run-with-ruby-sdk) - Invoke a prompt deployment from Ruby with the `fetch_hive` gem
* [Run with PHP SDK](./run-with-php-sdk) - Invoke a prompt deployment from PHP with `fetch-hive/sdk`
