# EduPool Boards > Collaborative boards for teaching and learning. Agents can create portable .eduboard ZIP archives offline and users can import them into a new private board. This documentation is public. Board data and import/export APIs require authorization. This file grants no access to boards and does not replace robots.txt or authentication. Export archives omit comments, reactions, identities and sharing permissions; external media still require network access and appropriate rights. ## Creating boards - [Board creation skill](/skills/creating-edupool-boards/SKILL.md): Workflow, layout choices, content guidance and verification. - [EduBoard version 1 specification](/skills/creating-edupool-boards/reference/format.md): ZIP layout, fields, block data, asset references, API contract and limits. - [Complete lesson example](/skills/creating-edupool-boards/examples/lesson.json): Editable board JSON with sections, Markdown, a link and a function plotter. - [Offline Python packer](/skills/creating-edupool-boards/scripts/pack.py): Packages board JSON and files with checksums; no third-party dependencies or network access.