Phonely Documentation Writing Guidelines
These guidelines apply to all pages atdocs.phonely.ai. Read skill.md first for audience and tone.
Page Structure
Every indexed page needs frontmatter:Ordering Within a Page
- Value statement (1-2 sentences): what this feature does for the customer and why they’d use it.
- GIF or screenshot: show the feature in action. Required for any feature with visual interaction.
- How to use it: numbered steps when order matters, bullets when it doesn’t.
- What you can do with it: practical examples framed as customer goals (e.g., “Find out why calls are dropping off at the greeting step”).
- Reference details: tables for options, settings, filters. Put these last.
What Good Looks Like
What Bad Looks Like
- “Selected calls are sent to the AI assistant as a visual attachment showing call type, phone number, sentiment, and duration.” (implementation detail, not customer value)
- “Summarize common themes across the selected calls.” (generic, doesn’t help the customer imagine a real use case)
- Leading with a feature table before explaining what the feature does.
- Describing internal data structures or component names.
Visuals
- GIFs: required for features with multi-step interaction. Capture the happy path.
- Screenshots: use for static UI states (settings pages, result screens).
- Place visuals immediately after the value statement, before the steps.
- Store assets in
/assets/with descriptive kebab-case names.
Sections and Formatting
- Keep sections short and scannable.
- One concept per section.
- Use exact UI labels and route names.
- Use tables for options, filters, and comparisons.
- Never use vague phrases like “click here.”
- Mark legacy pages with
noindex: trueor add to.mintignore.
API and Webhook Pages
- Show auth mechanism and required headers.
- Show request and response shapes.
- List common error responses.
Hidden AI Pages
- Place deterministic agent runbooks under
/ai/. - Use literal, step-by-step language.
- Keep them public-safe.

