# Productivity

- [Tempest AI Assistant](https://docs.gotempest.app/productivity/tempest-ai-assistant.md): Tempest AI Assistant integrates Claude, GPT, Gemini, and self-hosted LLMs into your SSH terminal — explain commands, debug errors, generate one-liners.
- [AI Agents for Server Automation (Codex, Claude Code, OpenCode)](https://docs.gotempest.app/productivity/using-ai-agents-to-manage-servers.md): Connect Codex CLI, Claude Code, OpenCode, or any MCP-compatible AI agent to Tempest's MCP server to automate SSH operations, server maintenance, and interactive terminal tasks without writing scripts.
- [Install Tempest MCP Server in Claude Code, Codex, Cursor & More](https://docs.gotempest.app/productivity/install-tempest-mcp-server-in-ai-clients.md): Step-by-step guide to install the Tempest MCP server in Claude Code, Codex CLI, Claude Desktop, Cursor, VS Code (Copilot & Continue), Zed, OpenCode, and any other Model Context Protocol-compatible AI
- [SSH Snippets & Scheduled Commands](https://docs.gotempest.app/productivity/snippets-scheduled-runs.md): Save reusable shell commands as Tempest Snippets and run them on a schedule across one or many SSH hosts, with cross-device notifications on failure.
- [iperf3 Network Speed Test](https://docs.gotempest.app/productivity/iperf3-network-speed-test.md): Built-in iperf3 in Tempest — measure throughput, latency, and jitter to any server without installing iperf3 on either side.
- [Kubernetes Profiles](https://docs.gotempest.app/productivity/kubernetes-profiles.md): Manage multiple kubeconfig contexts in Tempest — one Kubernetes cluster per tab, with kubectl, helm, and k9s ready to go on macOS, Windows, and Linux.
- [Tempest Monitoring](https://docs.gotempest.app/productivity/tempest-monitoring.md): Live CPU, memory, disk, and network gauges for any SSH server you connect to with Tempest — privacy-respecting, no agent install, runs only with consent.
- [Split Screens — Tile Multiple SSH Sessions](https://docs.gotempest.app/productivity/split-screens.md): How to split, tile, and arrange terminal panes in Tempest — keyboard shortcuts for vertical and horizontal splits on macOS, Windows, and Linux.
- [Tempest Push Notifications](https://docs.gotempest.app/productivity/tempest-push-notifications.md): Tempest Push sends cross-device notifications — get a push on your phone when a scheduled snippet fails. End-to-end encrypted, opt-in per device.


---

# 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://docs.gotempest.app/productivity.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.
