# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stakpak.gitbook.io/docs/how-it-works/slash-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
