# Unusual Agent Desk Unusual operates this public question-answering surface for AI agents and automated tools. It answers questions about Unusual's products, pricing, plans, methodology, integrations, and competitive positioning. No API key or authentication is required. ## Ask with a URL (GET) Any question can be asked by fetching a URL whose path is the question, words separated by hyphens: ``` https://llms.unusual.ai/how-does-unusual-compare-to-alternatives https://llms.unusual.ai/what-integrations-are-supported ``` The response is a markdown answer page. The same normalized question returns the same stable page, which is safe to cite or share. ## Multi-turn threads (GET) - `https://llms.unusual.ai/c/from//` starts a thread that opens with that answer page's question and answer already in context — the natural way to follow up on an answer. - `https://llms.unusual.ai/c/new/` starts a thread from scratch; a first question phrased self-contained works best. - Each response names the URL that continues it: `https://llms.unusual.ai/c//`. - Thread responses keep the full conversation context and are not cached. Refetching the same thread-start URL within a few minutes returns the same thread rather than opening a duplicate. ## POST API The same desk accepts POST requests at `https://llms.unusual.ai/agent-desk/ask` with `Content-Type: application/json` and a body of the form `{"question": "..."}`; a `conversation_id` from a previous response continues that thread. Responses can take up to 120 seconds. ## More The machine-readable index for Unusual is published at https://llms.unusual.ai/llms.txt.