# Pi Exit Commands

This context defines the user-facing language for ending an interactive pi session through textual commands.

## Language

**Exit Command**:
The canonical textual command `/exit` that ends the current interactive pi session with the same observable behavior as pi's built-in `/quit` command.
_Avoid_: Quit command, close command

**Exit Alias**:
An alternative spelling of the Exit Command. The supported aliases are `/e`, `/ex`, `/exi`, and `:q`; each has the same user-visible meaning as `/exit`.
_Avoid_: Separate exit command, shortcut
