Slash commands invoke Friday's built-in actions from the prompt. Type / in an empty input to open the command menu, then keep typing to filter and press Tab to autocomplete. Most commands work the same in Dispatch and inside threads; a handful are GIT-mode only.
Configure Shift+Enter for the VS Code or Cursor terminal.
/settings
Open the interactive settings menu.
Account and help
Command
What it does
/help
Open the help modal (links to docs and Discord, plus the installed version).
/manage
Manage your Friday account.
/privacy
Show the Privacy Policy.
/terms
Show the Terms of Service.
Custom commands
Project commands live in .agents/commands/ (or .claude/commands/ as a fallback); personal commands live in ~/.agents/commands/ (or ~/.claude/commands/). They appear in the same / menu as built-ins, with plugin-supplied commands namespaced as /<plugin>:<name>. See Custom commands.