> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/session-management.md).

# SESSION MANAGEMENT

- [Agent Window & Session Management](https://docs.nimbalyst.com/session-management/agent-window-and-session-management.md): Manage AI coding sessions in the Nimbalyst Agent window. Start, resume, group, rename, and search long-running Claude Code and Codex sessions.
- [AI Usage Report](https://docs.nimbalyst.com/session-management/ai-usage-report.md): See which models and tools your AI sessions use, compare activity across projects over time, and find Nimbalyst tools you have not tried yet.
- [View Files in Agent Mode](https://docs.nimbalyst.com/session-management/view-files-in-agent-mode.md): View and edit the files an AI session touches directly inside Agent mode, without switching to Files mode to check what the agent did.
- [Workstreams](https://docs.nimbalyst.com/session-management/workstreams.md): Workstreams group related AI sessions that touch the same files or topic, so you can branch an approach without losing the earlier thread.
- [Import Claude Code Sessions](https://docs.nimbalyst.com/session-management/import-claude-code-sessions.md): Import sessions from the Claude Code CLI into Nimbalyst so you can browse, search, resume, and continue past terminal conversations visually.
- [/ Commands and Skills](https://docs.nimbalyst.com/session-management/commands-and-skills.md): Use Claude Code and Codex slash commands, custom commands, and skills in Nimbalyst, and learn how actions, commands, and skills differ.
- [AI Actions](https://docs.nimbalyst.com/session-management/ai-actions.md): AI Actions are reusable prompt presets that show up in the Nimbalyst composer. Define them in one workspace file so they version and share.
- [Interactive Prompts (PromptForUserInput)](https://docs.nimbalyst.com/session-management/interactive-prompts.md): PromptForUserInput is a built-in Nimbalyst tool that lets your agent collect several answers at once through one structured widget.
- [Automations](https://docs.nimbalyst.com/session-management/automations.md): Schedule recurring AI tasks in Nimbalyst. Automations run on a timer from a markdown file to produce standups, weekly reports, and reviews.
- [Share Link to a Session](https://docs.nimbalyst.com/session-management/share-link-to-a-session.md): Create a public share link for an AI session so anyone can read the full transcript in a browser without installing Nimbalyst.


---

# 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://docs.nimbalyst.com/session-management.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.
