Knowledge Base
Knowledge Base
46 articles in this section.
Filter
Level
Tags
46 articles
- Intermediate4 min readMay 12, 2026Translation completenessReference for translation coverage in Atender — the Translation Sync card shows per-language counts for articles, categories, and subcategories. Job statuses are pending, scanning, translating, completed, failed.IntermediateReference
- Advanced6 min readMay 12, 2026How the AI picks an articleReference for the retrieval pipeline. Hybrid keyword + vector search over chunks, fused with Reciprocal Rank Fusion, then dedeplicated to the article level. Roles do not affect retrieval — they are browsing-visibility only.AdvancedAi FeaturesReference
- Intermediate5 min readMay 12, 2026Quarterly KB reviewA 90-day review cadence — list articles by lastReviewedAt, walk the oldest, decide keep / update / archive. Keeps the help center honest without turning it into a project.IntermediateRecipe
- Advanced8 min readMay 12, 2026Push articles from a GitHub repoA working doc-as-code setup. Markdown articles in a GitHub repo, a Python push script, a GitHub Actions workflow that syncs to Atender's v1 API on every push to main. Copy-paste skeleton inside.AdvancedRecipe
- Beginner3 min readMay 12, 2026Generate a KB API keyOpen Settings → API Keys, click Create Key, select knowledge:read and knowledge:write, give it a name, and copy the key once it appears — it's only shown one time.BeginnerHow To
- Intermediate3 min readMay 12, 2026Disable or remove a languageToggle a language off with the Active switch to hide it without losing translations. Click the trash icon to delete the language and its translations permanently. The primary language can't be deleted.How ToIntermediate
- Beginner3 min readMay 12, 2026Create an article templateOpen Settings → Knowledge → Templates and click Add Template. Fill in name, description, and the content you want every new article of this type to start from. Authors pick the template when creating articles.BeginnerHow To
- Beginner3 min readMay 12, 2026Configure marketsOpen Settings → Knowledge → Markets and Languages → Markets, then add the regions and countries your customers care about. Global is always on. Removing a market hides any market-specific filters in the public help center.BeginnerHow To
- Beginner3 min readMay 12, 2026Why is my translation not appearing?The most common cause is that the language is Disabled, or the article hasn't been translated yet because Sync Translations hasn't run since you edited it. Walk through the four checks in this article.Faq
- Advanced3 min readMay 12, 2026What happens when I push the same article twice?A naive POST creates a duplicate with a -1 slug suffix. A push script that looks up the slug first and PATCHes when it exists stays idempotent. The v1 API doesn't deduplicate on its own.AdvancedFaq
- Intermediate3 min readMay 12, 2026Can I control which articles the AI uses?Yes — three lever points. Article status is the kill switch. Capability scope narrows what each AI agent can retrieve. Roles do not affect retrieval — they control browsing visibility only.Ai FeaturesFaq
- Intermediate4 min readMay 12, 2026Markets vs. languagesMarkets are regions (countries, continents, or "global") that let visitors filter content. Languages are the translation axis. They live on the same settings tab but answer different questions — geography vs. text.ConceptIntermediate
- Advanced6 min readMay 12, 2026Doc-as-code with the KB APIAuthor articles in a Git repo, sync them to Atender on every commit. This is the same pattern Atender uses for its own help center. The v1 API gives you idempotent upserts when paired with a small client-side push script.AdvancedConcept
- Intermediate4 min readMay 12, 2026Page settings referenceThe Page Settings panel in the layout builder has four toggles that switch global help-center features on or off — breadcrumbs, search, dark mode, and the language selector.Reference
- Beginner3 min readMay 12, 2026Use AI to improve an articleThe Improve action rewrites for clarity and flow — more invasive than Clean Up, less invasive than starting over. Use it when content is solid but the writing reads stiff.Ai FeaturesHow To
- Beginner3 min readMay 12, 2026Use AI to clean up an articleThe Clean Up action in the article editor fixes typos, grammar, and awkward phrasing without changing the article's structure or meaning. It's a fast proofread before publish.Ai FeaturesHow To
- Beginner2 min readMay 12, 2026Mark an article as needs reviewChange an article's status to needs-review when it should be looked at before going live or before staying live. It hides from the public and the AI while staying visible to admins with a flag.Getting StartedHow To
- Beginner3 min readMay 12, 2026Configure page settingsFlip the four page-level toggles — breadcrumbs, search, dark mode, language selector — in Settings → Knowledge → Design → Layout → Page Settings.Getting StartedHow To
- Beginner2 min readMay 12, 2026Archive an articleArchive a Knowledge Base article when the feature it describes is gone or the article has been superseded. Archived articles stay in the database but disappear from the public site and AI retrieval.Getting StartedHow To
- Beginner3 min readMay 12, 2026Why is my article not appearing publicly?An article you've published isn't showing up on the public site? Walk through the five most common causes — status, role assignment, category visibility, custom domain routing, and cache.FaqTroubleshooting
- Beginner2 min readMay 12, 2026When do articles update for AI agents?After you publish or edit a published article, your AI agents start using the new version within about a minute. The embedding pipeline runs automatically — there's no rebuild button to press.Ai FeaturesFaq
- Intermediate5 min readMay 12, 2026The article lifecycleEvery Knowledge Base article moves through the same shape — draft, review, published, eventual review again, and archived. Knowing the cadence keeps your help center accurate without ceremony.ConceptIntermediate
- Intermediate5 min readMay 12, 2026AI authoring actionsThe article editor includes an AI Writing Assistant with three direct actions — Clean Up, Improve, and a free-form prompt input. Each one does a specific job; knowing which to reach for is the whole skill.Ai FeaturesConcept
- Intermediate3 min readMay 10, 2026Tags vs. roles vs. sectionsTags, roles, and sections all group articles in different ways. Tags describe content. Sections present articles. Roles control who sees what. Pick by what you're trying to do.Reference
- Intermediate6 min readMay 10, 2026Portal blocks referenceThe 17 blocks available in the Knowledge Base layout builder, what each one does, and the block-specific settings you can configure.Reference
- Beginner3 min readMay 10, 2026Article statusesAtender Knowledge Base articles have four statuses. Each controls whether the article is visible publicly, indexed by AI, and surfaced in the editor's review queues.Reference
- Intermediate8 min readMay 10, 2026Launch a help center from scratchA two-week plan to launch a Knowledge Base from zero — categories, the first 25 articles, branding, custom domain, and AI agents pulling from it.Getting StartedRecipe
- Beginner3 min readMay 10, 2026Use AI to draft an articleThe editor has an AI write helper that drafts an article from a title and a few notes. It speeds up first drafts; it doesn't replace your review.Ai FeaturesHow To
- Intermediate4 min readMay 10, 2026Tag articles with rolesRoles in the Knowledge Base are browsing-visibility tags. Tag an article with a role and only visitors viewing that role see it on the public help center. Roles do not bias AI retrieval.How ToIntermediate
- Advanced6 min readMay 10, 2026Set up a custom domainMap your help center to a domain like help.example.com. You configure the host in Atender, add a DNS record, and the SSL certificate provisions automatically.AdvancedHow To
- Advanced6 min readMay 10, 2026Push articles via APIGenerate an API key with knowledge:write, ensure the category exists with POST /api/v1/kb/categories, then POST or PATCH the article with /api/v1/kb/articles. Embeddings rebuild on the server.AdvancedHow To
- Beginner4 min readMay 10, 2026Organize categories and subcategoriesCategories are the top-level buckets on your help site. Subcategories are an optional second level. Both are created from the Knowledge Base's category tree.Getting StartedHow To
- Intermediate3 min readMay 10, 2026Manage protected termsProtect terms that should never be translated, or specify how a term translates in a particular language. Useful for brand names, product names, and locale-specific terminology.How ToIntermediate
- Intermediate4 min readMay 10, 2026Enable a languageAdd a language in Settings → Knowledge → Markets and Languages. New languages start disabled; toggle Active when ready. Translations run on demand via the Translation Sync card.How ToIntermediate
- Intermediate5 min readMay 10, 2026Customize the public portalOpen Settings → Knowledge → Design, drag blocks onto each page (homepage, category, article), edit each block's settings, and save. The public site updates within seconds.How ToIntermediate
- Beginner4 min readMay 10, 2026Create an articleOpen the Knowledge Base, pick a category, click New article, and write. Status, summary, and category are required; everything else can be filled in later.Getting StartedHow To
- Intermediate4 min readMay 10, 2026Create a sectionOpen Settings → Knowledge → Sections, click New section, choose between rule-based auto-fill or a manual article list, and save.How ToIntermediate
- Beginner4 min readMay 10, 2026Configure branding and themeUpload your logo, set primary and accent colors, configure light and dark themes, and choose the favicon and Open Graph image — all from Settings → Knowledge → Design.Getting StartedHow To
- Beginner3 min readMay 10, 2026Bulk-edit articlesSelect multiple articles in the article list and apply a status change, category move, or archive in one click.Getting StartedHow To
- Beginner3 min readMay 10, 2026Why is search not finding an article?An article that exists but doesn't show up in search is almost always one of five things. Walk through the list before assuming the search is broken.FaqTroubleshooting
- Beginner5 min readMay 10, 2026What is the Knowledge Base?The Knowledge Base is your public help center — a place customers self-serve answers, and the same place your AI agents read from when they answer for you.ConceptGetting Started
- Intermediate4 min readMay 10, 2026SectionsSections are an alternative way to group articles — separate from categories. Use them for "Most popular", "For developers", "Recently updated" lists that cut across your category structure.ConceptIntermediate
- Intermediate5 min readMay 10, 2026Multi-language Knowledge BaseWrite articles in your default language. Atender translates them on demand into every active language. Protected terms stay untranslated. Customers see the language their browser prefers, with a manual override.Ai FeaturesConceptIntermediate
- Advanced5 min readMay 10, 2026KB search and AI retrievalAtender's KB search blends keyword matching with semantic vector search. The same retrieval pipeline powers the public help-center search box and AI agents like Sidekick, Web Chat, and voice.AdvancedAi FeaturesConcept
- Intermediate5 min readMay 10, 2026Help center layoutYour public help center is built from blocks dropped onto a layout. Each page — homepage, category, article — has its own block stack, drag-and-drop in the layout builder.ConceptIntermediate
- Advanced5 min readMay 10, 2026External KB APIAtender exposes a stable v1 API at /api/v1/kb/* for managing your Knowledge Base from outside the in-app editor. Use it for doc-as-code pipelines, automated content imports, or sync with another system.AdvancedAi FeaturesConcept