# Quest Codex Agent Docs Quest provides these files for AI agents helping students build browser games for Quest Student Deploy. Core files: - https://agents.joinquest.com/agents/AGENTS.md - https://agents.joinquest.com/skills/make-game-multiplayer/SKILL.md - https://agents.joinquest.com/skills/publish-game/SKILL.md Reference docs: - https://agents.joinquest.com/docs/multiplayer-sdk.md - https://agents.joinquest.com/docs/publishing.md - https://agents.joinquest.com/docs/common-errors.md Installer: - Recommended bootstrap URL: https://app.joinquest.com/student-deploy/update-quest-agent-docs.mjs - https://agents.joinquest.com/install/update-quest-agent-docs.mjs Manifest: - https://agents.joinquest.com/manifest.json Install targets for student projects: - `AGENTS.md` - `.agents/skills/make-game-multiplayer/SKILL.md` - `.agents/skills/publish-game/SKILL.md` Rules: - Quest Student Deploy is static browser hosting only. - Use the app.joinquest.com installer bootstrap when asking an AI to update a student project. - Use JavaScript, ES modules, and Three.js for beginner 3D games unless the student asks otherwise. - Do not create custom multiplayer backends for Quest student projects. - Use the Quest Multiplayer SDK for multiplayer. - Do not create Claude-specific files.