Writing & managing knowledge files
Knowledge files are markdown documents with optional metadata. Use them to store context, processes, and notes that Play and your co-workers can search and reference.
Knowledge files use markdown. You can add optional frontmatter metadata at the top of the file to make it easier to organize and find later.
File format
You can write a knowledge file as a standard markdown document. If you want metadata, add a frontmatter block before the content.
---
keywords:
- quarterly-goals
- Q2
relevantUntil: 2026-06-30T23:59:59Z
---
# Q2 Goals
Our key targets for Q2...Frontmatter fields
keywords - Tags for easier searching
relevantUntil - Expiration date for time-sensitive content
Editing
Click any file to open and edit it. Multiple people can edit collaboratively. Changes are saved immediately.
Search
Use the search bar on the Knowledge page to find files by title or keywords.
Was this helpful?