# Getting started

- [Getting started with Warp and Oz](https://docs.warp.dev/getting-started/readme.md): Get started with Warp, the Agentic Development Environment, and Oz, the orchestration platform for cloud agents.
- [Warp quickstart](https://docs.warp.dev/getting-started/quickstart.md): Get up and running with Warp in about 10 minutes. Install, run your first commands, talk to an agent, and discover what makes Warp different.
- [Installation and setup](https://docs.warp.dev/getting-started/installation-and-setup.md): Install Warp on macOS, Windows, or Linux. All installation options include auto-update for new features, bug fixes, and performance improvements.
- [Coding in Warp](https://docs.warp.dev/getting-started/coding-in-warp.md): Agents can generate and edit code directly from within Warp.
- [Customizing Warp](https://docs.warp.dev/getting-started/customizing-warp.md): A complete guide to customizing Warp: themes, vertical tabs, tab configs, prompt chips, keybindings, AI models, and more.
- [Migrate to Warp](https://docs.warp.dev/getting-started/migrate-to-warp.md): Learn how to import settings from other terminals when you switch to Warp.
- [Supported shells](https://docs.warp.dev/getting-started/supported-shells.md): Warp supports bash, zsh, fish, and PowerShell across macOS, Windows, and Warp supports bash, zsh, fish, PowerShell, and WSL2 across macOS, Windows, and Linux.
- [Keyboard shortcuts](https://docs.warp.dev/getting-started/keyboard-shortcuts.md): View, customize, and remap keyboard shortcuts for all Warp features.


---

# 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.warp.dev/getting-started.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.
