Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Context

Context represents the raw materials for your work—documentation, code snippets, URLs, notes.

CLI Usage

# Create context
engram context create --title "Stripe API Docs" --source "https://stripe.com/docs/api"

# Create with content
engram context create --title "Error Log" --content "$(cat error.log)"

# List context
engram context list

Use Cases

  • Documentation URLs
  • Code snippets
  • Error logs
  • Meeting notes
  • External resources