What problem does it solve? Frontline maintains two separate documentation sites with different scopes, and users often don't know which one answers their question. This Skill routes documentation questions to the right site — docs.getfrontline.ai for the REST API and CLI, help.getfrontline.ai for the web app — and fetches page content only when no dedicated skill covers the topic. ## Core Features & Use Cases - Site Routing: Decides between docs.getfrontline.ai (API reference, CLI commands, concepts) and help.getfrontline.ai (UI walkthroughs, channel setup, billing) based on the question type. - Deep Link Directory: Provides known URL slugs for concept pages (agents, flows, workflows, objects, tables), CLI command pages, and the OpenAPI reference. - Fetch vs Link Discipline: Uses WebFetch only when no other Frontline skill answers the question and the content is needed to act; otherwise replies with a link. - Use Case: A user asks "where can I read about rate limits?" — the Skill links directly to docs.getfrontline.ai/docs/rate-limits instead of fetching and paraphrasing the page. ## Quick Start Ask where to find documentation on a Frontline topic, such as "where can I learn about configuring WhatsApp channels in Frontline?"