Loading help center
Search
Matches for “Welcome to Buuk” across help, guides, FAQ, and API.
Buuk is the workspace where you draft help articles, publish a searchable help center, and turn supp…
Ask Buuk lives in the dashboard. It can draft an article, rewrite a section, or point you at the right s…
No. Suggestions and AI drafts stay private until an editor accepts, edits, and publishes them.
Create a workspace, write your first article, and publish your help center. Invite teammates and connect integrations when you are ready.
Suggested updates are a writing list from work you already do. Each item includes the source so you can decide yes, edit, or dismiss. Where suggestions come from • Support chat
…URL: /help/your-slug. You can change it later — Buuk keeps a redirect from the old slug so existing links still work.Documentation for long-form gui…
…or use the markdown import action from Articles.Buuk maps folders to sections. Fenced code keeps its language. GitHub-style tables and callouts (> […
The Buuk API lets you manage help centers, publish articles, and search documentation programmatically.…
…s can sync from GitHub releases or be edited in Buuk. Each public release page can include engagement so customers can respond in place. Reactions…
All Buuk API endpoints require HTTPS. Authenticated routes expect a Bearer token in the Authorization he…
…n a channel first. Each integration lists what Buuk needs (OAuth or an API token). You can disconnect at any time from the same page.
…ion, or create a new section. • Write a title. Buuk generates a URL slug from it — you can edit the slug before you publish. • Press / in the edit…
Buuk stores a redirect from the old slug. Links to /help/old-slug continue to the new URL.
…rt a new paragraph. curl -X GET https://app.getbuuk.com/api/articles \ -H "Authorization: Bearer YOUR_TOKEN" Tables Tab moves between cells.…