# Agent Jido [Agent Jido](https://jido.run) is a site for building reliable multi-agent systems on Elixir/OTP. ## Preferred retrieval - Append `.md` to canonical public routes to request markdown directly. - Example: [Why not just a GenServer?](https://jido.run/docs/reference/why-not-just-a-genserver.md) - Public routes with markdown support: - `/` - `/docs*` - `/blog*` - `/ecosystem*` - `/skills` - `/features*` - `/build*` - `/community*` - `/getting-started` - `/examples*` - For clients that do content negotiation, the canonical route also supports: - `Accept: text/markdown` ## Primary content hubs - [Docs](https://jido.run/docs) - [Blog](https://jido.run/blog) - [Ecosystem](https://jido.run/ecosystem) - [Skills](https://jido.run/skills) - [Features](https://jido.run/features) - [Build](https://jido.run/build) - [Community](https://jido.run/community) - [Examples](https://jido.run/examples) ## Discovery - [Sitemap](https://jido.run/sitemap.xml) - [Feed](https://jido.run/feed) ## MCP docs server - [HTTP endpoint](https://jido.run/mcp/docs) - Tools: `search_docs`, `get_doc`, `list_sections` - Scope: published docs only ## Rendered fallback pattern - If source markdown is unavailable, request the canonical route with: - `Accept: text/markdown`