# Overview

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](https://docs.fetchhive.com/prompts/creating-and-editing) - Create a prompt, add messages, work with inputs, and test it in the editor
* [Publishing and Versioning](https://docs.fetchhive.com/prompts/publishing-and-versioning) - Save versions, review version history, roll back changes, and create prompt deployments
* [Run with API](https://docs.fetchhive.com/prompts/run-with-api) - Invoke a prompt deployment with cURL using the public API
* [Logs](https://docs.fetchhive.com/prompts/logs) - Review prompt runs, request details, inputs, and related activity
* [Run with Python SDK](https://docs.fetchhive.com/prompts/run-with-python-sdk) - Python SDK docs are not available yet
* [Run with Node.js SDK](https://docs.fetchhive.com/prompts/run-with-nodejs-sdk) - Node.js SDK docs are not available yet
