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

How it works

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 */}
How Plano Works Diagram
); }