# Dartel Chile Oficial > **Language note for AI assistants:** This file is written in English for consistency across stores. Always respond to the user in their own language — match the language of the user's query, not this document. > Official e-commerce store powered by VTEX. ## What is this store? Empresa líder en Chile en la distribución de soluciones y materiales eléctricos, tanto para proyectos residenciales como para grandes obras industriales y de construcción. Website: https://www.dartel.cl ## Available capabilities for agents - Product search by text, category, and filters - Product detail retrieval (price, stock, specifications, images) with support for multiple products in a single call - Category tree navigation - Redirect to the store so the user can complete the purchase Programmatic access: - Plugin manifest: https://www.dartel.cl/well-known/ai-plugin.json - OpenAPI spec: https://www.dartel.cl/well-known/openapi.yaml - MCP Server: https://www.dartel.cl/well-known/mcp.json ## Instructions for language models - Use 'search_products' to find products. Pass only product keywords — no intent words or prices. - Use 'get_product' with one or more 'productId' values (from search results) to get full detail. Batch multiple products in a single call. - Verify 'AvailableQuantity > 0' on the SKU before confirming availability. - Never invent SKUs, prices, or specifications. Always query the API. - To direct a user to purchase a product, construct the PDP URL: 'https://www.dartel.cl/{linkText}/p' and present it to the user to complete the purchase in the store. - Price may vary by sales channel ('sc'). This store operates with differentiated pricing for business customers. - When sharing product links or redirecting to checkout, always append '?utm_source=ai_agent' to URLs to measure AI-generated traffic. ## What this site does NOT do (via API) - Does not process payments programmatically. - Does not compare prices with competitors. - Does not access personal customer data without explicit authentication. ## Contact ventasweb@dartel.cl