How-to guide

How to create an OKF bundle

Create an OKF bundle by choosing a narrow scope, writing one concept per file, adding frontmatter, and linking files from an index.

Short answer

Create an OKF bundle by choosing a narrow scope, writing one concept per file, adding frontmatter, and linking files from an index.

Prerequisites

Step-by-step tutorial

  1. Choose one bundle scope.
  2. Create an index.md file.
  3. Add one concept file per page, endpoint, policy, or table.
  4. Validate frontmatter.
  5. Review sources and publish.

Copyable example

How to create an OKF bundle example
---
type: Knowledge Bundle
title: Website support bundle
description: Indexes support pages, policies, and contact workflows.
resource: https://openknowledgeformat.online/guides/how-to-create-an-okf-bundle/
tags: [okf, guide, example]
timestamp: 2026-06-21T00:00:00Z
---

# Purpose

Explain the stable facts, boundaries, owner notes, and related links for this concept.

# Links

- Validator: https://openknowledgeformat.online/okf-validator/
- Examples: https://openknowledgeformat.online/okf-examples/

Common mistakes

Validation method

  1. Paste the file into the OKF Validator.
  2. Fix errors before warnings.
  3. Check links and source claims manually.
  4. Add the file to the bundle index.

FAQ

Common questions

Does this require a database?

No. A folder of Markdown files is enough for the first version.

Can I automate this?

You can generate drafts, but owners should review source accuracy and boundaries.

Related pages

OKF Tutorial

Use the main tutorial for the full workflow.

Open page

OKF Examples

Compare bundle structures.

Open page

OKF Validator

Check the file before publishing.

Open page