> For the complete documentation index, see [llms.txt](https://stakpak.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stakpak.gitbook.io/docs/how-it-works/slash-commands.md).

# Slash Commands

## Getting Started

* [/Init](/docs/how-it-works/init.md) : Initialize project (scan + setup)

## Use Cases

* /claw : set up openclaw

## Session Management

* /sessions : List available sessions to switch to
* /resume : Resume the last session
* /rollback: It finds changes made in this session, lets you choose which ones to undo, asks for confirmation, then safely reverses them where possible.
* /new : Start a new session
* /clear : Clear the screen and show welcome message

## Context & Memory

* /memorize : Memorize the current conversation history
* /summarize : Summarize the session into `summary.md` for later resume

## **Planning**

* /plan : Enter [Plan Mode](/docs/how-it-works/plan-mode.md)

## System & Info

* /help : Show help information and available commands
* /status : Show account status and current working directory
* /usage : Show token usage for this session

## Configuration

* /model : Open model switcher to change AI model
* /profiles : Switch to a different profile

## Tools & Automation

* /list\_approved\_tools : List all tools that are auto-approved
* /toggle\_auto\_approve : Toggle auto-approve for a specific tool

## UI & Interaction

* /shortcuts : Show keyboard shortcuts
* /mouse\_capture : Toggle mouse capture on/off

## Files & Editing

/editor : Open file in external editor: `/editor <path>`

## Support & Debugging

* /issue : Report an issue or bug
* /support : Go to Discord support channel

## Exit

* /quit : Quit the Application

### References

* [Install Stakpak](/docs/get-started/install-stakpak.md)
* [Stakpak/Agent Readme](https://github.com/stakpak/agent)
* [cli/README.md](https://github.com/stakpak/agent/blob/main/cli/README.md)&#x20;
