# RELAND full agent guide > RELAND is a Brazilian platform for rural real estate. Use this guide when a task needs more context than `llms.txt` provides. RELAND is best for searching and comparing rural properties in Brazil, consulting land-price information, converting rural-area units, and integrating authorized account workflows. The public website supports research. The API supports only authenticated and authorized integrations. ## Safety and authorization - Use public pages and public API operations for read-only research. - Send `Authorization: Bearer ` only to `https://api.reland.com.br/rpc`. - Keep the user token private. Do not place it in a URL, log, prompt, or public response. - Confirm with a human before any create, update, delete, publish, contact, or data-sharing action. - If authorization, scope, or the intended result is unclear, stop and ask the user. ## Technical resources - [Developer resources](https://reland.com.br/developers.md): API base URL, errors, trace headers, and a public request example. - [OpenAPI 3.1](https://api.reland.com.br/openapi.json): Authoritative API operation and schema reference. - [Agent skill](https://reland.com.br/.well-known/agent-skills/reland-rural-real-estate/SKILL.md): Short workflow guide and authorization limits. - [Agent skill index](https://reland.com.br/.well-known/agent-skills/index.json): Machine-readable published-skill index. ## Public research resources - [Homepage](https://reland.com.br/): Rural real-estate search and comparison. - [Rural properties](https://reland.com.br/pt-br/imoveis/comprar/rurais): Listings for purchase. - [Area converter](https://reland.com.br/pt-br/ferramentas/conversor-de-area): Hectares, square meters, acres, alqueires, and other units. - [Land price](https://reland.com.br/pt-br/ferramentas/preco-da-terra): Land-price information by Brazilian municipality and property type. - [Sitemap](https://reland.com.br/sitemap.xml): Public URL discovery.