# Slash Palette

Use the slash palette for guided CLI operations with less typing.

*Use when:* You want discoverable commands while debugging or operating agents.

### Start Palette

```bash
aip
```

<figure><img src="/files/5Vsq30LrUKgNZHfTHSop" alt=""><figcaption><p>Agent workspace shell screenshot captured from the Textual TUI flow.</p></figcaption></figure>

<figure><img src="/files/auNLXbhqslSTIVqM3IZL" alt=""><figcaption><p>CLI command screenshot captured from `aip --help`.</p></figcaption></figure>

### Core Flows

From the palette home screen:

* `/accounts`: manage credential profiles (add/switch).
* `/agents`: pick an agent and enter a focused run prompt.
* `/transcripts`: browse cached local transcripts and open the viewer.

Inside an agent session (after `/agents`):

* `/runs`: browse remote run history for the active agent.
* `/schedules`: manage recurring schedules for the active agent.
* `/prompt`: edit the agent instruction in a TUI.
* `/details`: view the agent export/config.

### Suggested Debug Loop

1. `/agents` -> select target agent.
2. `/runs` -> open latest failed or suspicious run.
3. Inspect tool calls and final output.
4. `/transcripts` -> open the cached transcript viewer when you need detailed local evidence.

Tip: after an agent run, press `Ctrl+T` to open the transcript viewer for the most recent execution.

Reference details: [CLI Slash Palette Reference](https://gdplabs.gitbook.io/sdk/gl-ai-agent-package/resources/reference/cli-slash-palette).


---

# 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://gdplabs.gitbook.io/sdk/gl-ai-agent-package/tutorials/cli/interactive/slash-palette.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.
