> For the complete documentation index, see [llms.txt](https://help.smartico.ai/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartico.ai/welcome/products/vibe-studio-beta/slash-commands.md).

# Slash commands

Slash commands are shortcuts you type at the start of the chat box. Some run a quick local action; others send a ready-made instruction to the assistant. Anything you type after the command is passed along as an extra note.

Type `/` to open the menu, or `/help` to list them.

### The commands

<table data-header-hidden data-search="false"><thead><tr><th>Command</th><th>What it does</th></tr></thead><tbody><tr><td><code>/clear</code></td><td>Start a fresh conversation. Clears the chat and context and resets current-task to-dos, but <strong>keeps your project memory</strong> (summary, file purposes, decisions). Run it when you switch tasks - it speeds things up and lowers token use.</td></tr><tr><td><code>/undo</code></td><td>Revert files to before the last AI change (multi-step).</td></tr><tr><td><code>/redo</code></td><td>Re-apply the most recently undone change.</td></tr><tr><td><code>/verify</code></td><td>The assistant reviews the project against Smartico's API and UI guidelines and fixes issues (it does not add features).</td></tr><tr><td><code>/widget-check</code></td><td>Audits a <strong>widget</strong> for anything that could escape its box or affect the host page's styles, and reports where / impact / fix. Add <code>fix all, don't ask</code> to auto-fix. <em>(Widgets only.)</em></td></tr><tr><td><code>/translate</code></td><td>Internationalize the page: pick languages, extract texts, auto-translate. Add e.g. <code>retranslate UK</code> to regenerate one existing language.</td></tr><tr><td><code>/aesthetic-review</code></td><td>Screenshots several UI states and proposes polish-level visual improvements you pick from.</td></tr><tr><td><code>/memory-review</code></td><td>Refreshes the project memory (summary, file purposes, decisions, to-dos) against the current code. No source changes.</td></tr><tr><td><code>/tokens</code></td><td>Shows token usage per message.</td></tr><tr><td><code>/images-review</code></td><td>Lists the images in the project with their size and projected savings.</td></tr><tr><td><code>/help</code></td><td>Lists the available commands.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smartico.ai/welcome/products/vibe-studio-beta/slash-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
