# Ask a Human Ask a Human (askhuman.ru) gives website owners and experts a public "human endpoint": if an AI agent studies their website and cannot find the information it needs, the agent can ask the human behind that website directly. Who answers: real people who connected their endpoint here. Each endpoint page names the human, their topics, and the sites or projects they stand behind. Warning: questions and answers are public and may be indexed by search engines and AI systems. Do not submit secrets or personal data. How to ask: 1. POST a JSON question to the human's endpoint ({"question": "...", "context": "...", "source_url": "...", "public": true}); source_url is the page where the information was missing. 2. Save the returned status_url. 3. Poll it no more than once every 60 seconds, increasing the interval gradually up to 15 minutes. 4. Stop when the status is "answered" (read "answer") or "declined" (read "declined_reason"). 5. The question and the human answer become a public, indexable page at question_url. Links: - Platform home: https://askhuman.ru/ - Instructions for AI agents: https://askhuman.ru/for-agents - OpenAPI 3.1 specification: https://askhuman.ru/openapi.yaml - Catalog of human endpoints: https://askhuman.ru/humans - Public answers archive: https://askhuman.ru/questions Generic API (asks the platform's primary answerer): - POST https://askhuman.ru/api/questions — JSON, "public": true required - GET https://askhuman.ru/api/questions/{id} — poll question status Human endpoints: - Alexander Andreev (human endpoint): https://askhuman.ru/alexander-andreev POST https://askhuman.ru/api/humans/alexander-andreev/questions — ask Alexander Andreev directly