Skip to main content

Knowledge

The Knowledge module is FrontLine's internal knowledge base — articles authored, reviewed, versioned, and published to agents, with a read-only surface exposed to clients in the portal. Open it from the sidebar under Quality → Knowledge (/knowledge).

The landing page is the authoring queue: every article across the tenant in one list with state, category, last-updated, and published-at columns. Filter by state (draft, published, stale, archived) and locale, or search by title.

Authoring queue — every article with state, category, and published-at

Lifecycle and versioning

Articles move through a draft → published → archived lifecycle. The body agents read is version-pinned to the exact published version, and every change is recorded against the article.

Article detail with the version-pinned published body

Review gate

Sensitive categories (for example Compliance) require an approver to sign off before an article can publish — it sits in an approved-with-pending-review state until the reviewer clears it.

A compliance review gate holding an article before publish

Ownership and staleness

Every article has an owner. A nightly sweep flips articles to stale when they pass their review-by date; if the owner doesn't act, it escalates.

An article flipped to stale by the nightly sweep, with its owner

  • Categories bind articles to a system + tenant taxonomy that drives the publish gates above.

    The category field on the article editor

  • Bilingual content — an English article and its French sibling are linked as a translation group, each with an independent state and version chain.

    The Translations panel linking an EN article to its FR sibling

  • Related articles — editors pin suggestions that show on the article detail.

    The Related articles panel with editor-pinned suggestions

Client portal

Clients see a scoped slice of the knowledge base in their portal — articles are filtered server-side to the client's account and LOB, and only published versions are queryable.

The client-portal knowledge surface, scoped to the client's account

note

Decision flows (interactive decision-tree workflows alongside articles) are on the roadmap for the knowledge surface and not yet generally available.

Roles

PermissionTypical roleLets the user…
knowledge.article.readEvery internal roleRead published articles
knowledge.article.create / .updateEditor, knowledge adminAuthor and edit articles
knowledge.article.publishEditorPublish a draft
knowledge.article.approveReviewerClear a review gate
knowledge.category.manageKnowledge adminManage the category taxonomy
knowledge.search.clientClientSearch the portal knowledge surface