Skip to main content

Documentation Index

Fetch the complete documentation index at: https://parabola.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

How Prowork Documents Your Flow

When Prowork builds a workflow, it doesn’t just create steps. It documents them. Every step gets a plain-language description of what it does, why it’s there, and how it connects to the rest of the flow. This happens automatically. You don’t configure it. The documentation lives inside the workflow itself, visible to anyone who opens it.

Prowork documents step descriptions and logic

Each step Prowork creates includes a description explaining:
  • What the step does (“Filters orders to only those shipped in the last 7 days”)
  • Why it’s there (“We need to exclude older orders before comparing against the 3PL file”)
  • Key configuration details (“Matches on the Order_ID column, using an exact match”)
These descriptions appear within the step itself.

Why this matters

Team readability

The person who built the flow isn’t always the person who maintains it. When someone new opens a flow, they see:
  • What each step does (in plain language, not just step type names)
  • How data flows from one step to the next
  • Where the logic lives and how to change it
No pre-existing knowledge required. No asking “what does step 7 do?” in Slack.

Audit trails

For finance and compliance workflows, being able to trace how a number was calculated matters. Prowork’s documentation means:
  • Every transformation is named and described
  • The data at each stage is inspectable (click any step to see the rows)
  • Changes are tracked through draft/publish version history
  • Auditors can follow the logic without understanding the builder

Onboarding

When you add a teammate to Parabola, they can read existing flows like documentation. The descriptions can explain the business logic, not just the technical configuration.

Generating documentation for existing flows

Prowork can document flows it didn’t build. If you have manually-built flows without descriptions, open the chat and ask:
  • “Add cards to this flow explaining what each part does”
  • “Document what this flow does”
  • “Write a summary of this flow’s purpose and logic”
Prowork reads the step configuration and data, then generates descriptions. This is one of the fastest ways to convert an existing flow without changing any logic. The flow works exactly the same, but now anyone on the team can understand it.

Using cards to organize documentation

Cards group related steps together with rich-text headers. Combined with Prowork’s step descriptions, cards create a layered documentation structure:
  • Card header: High-level section purpose (“Data ingestion”)
  • Card descriptions: Specific logic or details for the steps within the card
  • Data previews: Click any step to see the actual data at that stage
This is the closest thing to a process document that’s always up to date, because it’s generated from the workflow itself.

Keeping documentation current

Prowork’s documentation reflects the current state of the flow, not a snapshot from when it was built. When you modify a step:
  • The step’s description updates if you rebuild it through Prowork
  • Card headers and flow summaries can be regenerated at any time
Last modified on May 18, 2026