# Nsmedical > Nsmedical is an online store. The links below help AI assistants and answer engines find products, categories and key pages. The complete, machine-readable list of every product/category/page URL is in the sitemap. ## Main pages - [Home](https://nsmedical.ma/): store homepage and featured products. - [All products](https://nsmedical.ma/products): the full product catalog. - [Blog](https://nsmedical.ma/blog): articles, news and guides. - [Contact](https://nsmedical.ma/contact-us): how to reach the store. ## For AI assistants & answer engines - [Sitemap](https://nsmedical.ma/sitemap.xml): authoritative list of all product, category and page URLs. - [robots.txt](https://nsmedical.ma/robots.txt): crawl policy — AI crawlers (GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended) are welcome. ## Agent actions (machine endpoints) AI agents may act on this store. Every endpoint is rate-limited and all amounts are re-priced server-side from the database — client prices are never trusted. Product ids come from the product pages / sitemap above. - Product feed (JSON): `GET https://nsmedical.ma/agent/feed.json` — id, title, real price, currency, availability, image, url for every purchasable product (price-less and reservation products excluded). - Place a cash-on-delivery order: `POST https://nsmedical.ma/agent/cod-order` with JSON `{"name","phone","address","city?","email?","items":[{"product_id":int,"quantity":1-50,"options":[{"group_id","option_id"}]}]}` (max 10 items). Responds `{"success":true,...}` or an `error_code` (`cod_disabled`, `product_not_found`, `no_price`, `variant_requires_website`, `use_reservation_flow`). Orders are cash-on-delivery: the merchant confirms by phone before fulfillment. - Booking quote (stores with reservable products): `GET https://nsmedical.ma/reservation/quote` → JSON availability + price; book with `POST https://nsmedical.ma/reservation/agent-book`. On stores without reservations these endpoints simply refuse. - Human-handoff checkout: https://nsmedical.ma/cart and https://nsmedical.ma/checkout are standard, form-based pages an agent can drive with the shopper.