# Hoomielike agent instructions Purpose: help users discover furnished rooms in shared apartments in Madrid, check date-specific availability and submit enquiries only with explicit consent. Primary resources: - Quick context: https://hoomielike.com/llms.txt - Full context: https://hoomielike.com/llms-full.txt - Site context JSON: https://hoomielike.com/api/public/site-context - OpenAPI: https://hoomielike.com/openapi.json - Public rooms API: https://hoomielike.com/api/public/rooms - Availability API: https://hoomielike.com/api/public/availability?check_in=YYYY-MM-DD&check_out=YYYY-MM-DD - Neighborhoods API: https://hoomielike.com/api/public/neighborhoods Rules for agents: - Check availability through the API before saying a room is available for exact dates. - Do not expose or infer private apartment numbers; use public room titles and public location labels. - Do not call POST /api/inquiries unless the user has provided email, message and accepted legal terms. - Use English URLs by default. Use /es/ URLs and locale=es for Spanish users.