"use client"; import React from "react"; import Image from "next/image"; export function HowItWorksSection() { return (
{/* Header and Description */}

One configuration file to orchestrate

Plano offers a delightful developer experience with a simple configuration file that describes the types of prompts your agentic app supports, a set of APIs that need to be plugged in for agentic scenarios (including retrieval queries) and your choice of LLMs.

{/* Large Diagram - Scrollable on mobile, normal on desktop */} {/* Mobile: Full-width scrollable container that extends to viewport edges */}
How Plano Works Diagram
{/* Desktop: Extends to container edges */}
How Plano Works Diagram
); }