Navigating Pack

Pack has two main surfaces — Files and Search — plus Settings (tags, profiles, API keys) and a command palette that jumps between them.

Files

/files is the editor and file browser. The tree on the left lists your documents and folders; the editor opens on the right when you click one.

  • + in the tree header — new document.
  • Folder icon in the tree header — new folder.
  • Drag a file or folder onto another folder — move. Drop on empty space — move to root.
  • The tag picker above the tree filters it (folder-inherited tags count), and the filter follows you as you navigate.
  • Clicking a folder opens the folder view — its tags (inherited by everything inside) and the tree.

Command palette

Cmd/Ctrl + K anywhere. Searches documents and tags in one list (# prefixes a tag search). Arrow keys navigate, Enter opens, Esc closes.

Document tabs

Once a document is open, the toolbar shows four tabs:

  • Edit — the Markdown editor.
  • Chunks — what the retriever sees for this document, live and archived.
  • Backlinks — other documents that reference this one via @.
  • History — every version. Restore brings an old version back as a new forward version; history is never rewritten.