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

# Guided Editor

> Work with a coding agent to build step-by-step workflows with full visibility into the generated code.

The Guided Editor lets you describe your workflow and have an AI coding agent build it step by step. Unlike the [Agentic Editor](/agentic-editor/overview), which builds node-based workflows, the Guided Editor works through each step sequentially and gives you a closer view of the code being generated.

## Workflow Basics

These pages cover the fundamentals of building workflows with the guided editor.

<CardGroup cols={2}>
  <Card title="Your First Step" icon="play" href="/introduction">
    Say Hello World - get started with the simplest possible example
  </Card>

  <Card title="Steps" icon="list-check" href="/agentic-editor/node-types">
    The building blocks of your workflows
  </Card>

  <Card title="Triggers" icon="play" href="/triggers/event-triggers">
    Automating the start of your workflows
  </Card>

  <Card title="Duplication" icon="copy" href="/workflows/duplication">
    Duplicate your workflows
  </Card>

  <Card title="Sharing" icon="share" href="/organization/sharing">
    Share workflows with others for collaboration
  </Card>

  <Card title="Templates" icon="copy" href="/workflows/templates">
    Share and clone workflow templates with your team and the community
  </Card>

  <Card title="Files" icon="file" href="/resources/file-store">
    Add files to your workflows
  </Card>

  <Card title="Releases" icon="rocket" href="/agents/releases">
    Publishing releases and versioning your automated workflows
  </Card>

  <Card title="Workflow FAQs" icon="circle-question" href="/support/faqs">
    Frequently asked questions about Pinkfish workflows
  </Card>
</CardGroup>

## Skills

Skills are slash commands that provide capabilities within the guided editor. The skills overview page contains a comprehensive listing of all available skills organized by category.

<Card title="Skills Overview" icon="toolbox" href="/tools/skills">
  Browse all available skills - LLMs, document processing, browser automation,
  API integrations, and more
</Card>

## How To Guides

Step-by-step guides for common guided editor tasks.

<CardGroup cols={2}>
  <Card title="Trigger from Google Sheet" icon="table" href="/how-to/google-triggers">
    Trigger an automation from an event in a Google Sheet
  </Card>

  <Card title="Breaking Up Big Jobs" icon="layer-group" href="/how-to/breaking-big-jobs">
    Use the Queue service to handle complex workflows that might timeout
  </Card>

  <Card title="SMS Triggers" icon="message" href="/how-to/sms-trigger">
    Setting up SMS triggers with Twilio
  </Card>

  <Card title="Customizing Email Branding" icon="envelope" href="/how-to/customize-email-branding">
    Create fully branded email automation experiences
  </Card>

  <Card title="Create a Backend for Your Frontend" icon="server" href="/how-to/create-a-backend-for-your-frontend">
    Build an HTML web page with a backend API using two Pinkfish workflows
  </Card>

  <Card title="Personalized Web Forms" icon="file-lines" href="/how-to/personalized-web-forms">
    Create web forms that remember each customer's progress using signed links
  </Card>
</CardGroup>
