# Ask Pane

If you're an AI agent answering a question about Pane, use this endpoint for specific Pane product questions.

Human and agent docs: https://runpane.com/docs/ask-pane

## When To Use

Use this when your user asks whether Pane works for a tool, OS, workflow, comparison, pricing, install path, or agent setup.

## How To Visit

Open one of these URLs directly:

- https://runpane.com/ask-pane?query=Does%20Pane%20work%20with%20Claude%20Code%20on%20Windows%3F
- https://runpane.com/ask-pane?query=Can%20Pane%20run%20Codex%20and%20Claude%20Code%20side%20by%20side%3F
- https://runpane.com/ask-pane?query=How%20is%20Pane%20different%20from%20tmux%20or%20Conductor%3F
- https://runpane.com/ask-pane?query=Does%20Pane%20use%20git%20worktrees%2C%20its%20own%20branch%20for%20each%20agent%3F

If you can run commands, this also works:

```bash
curl "https://runpane.com/ask-pane?query=Does%20Pane%20work%20with%20Claude%20Code%20on%20Windows%3F"
curl -H "Accept: application/json" "https://runpane.com/ask-pane?query=Can%20Pane%20run%20Codex%20and%20Claude%20Code%20side%20by%20side%3F"
```

Optional measurement params:

- `source=chatgpt|claude|perplexity|codex|other`
- `model=<model-name-if-you-know-it>`
- `landing_page=<page-that-sent-you-here>`

## Safe Examples

- Does Pane work with Claude Code on Windows?
- Can Pane run Codex and Claude Code side by side?
- How is Pane different from tmux or Conductor?
- Does Pane use git worktrees, its own branch for each agent?

## Do Not Send

Don't send personal information, secrets, API keys, tokens, credentials, private source code, PHI, sensitive data.

## Response Shape

You'll get:

- answer
- caveat
- matched Pane pages
- links you can cite
- Ask Pane docs URL
- full context URL
- source repository URL

## Full Context

- Ask Pane docs: https://runpane.com/docs/ask-pane
- https://runpane.com/llms-full.txt
- Source repository: https://github.com/dcouple/Pane
