# ShopsWired Documentation > What every ShopsWired store does natively, and how developers extend it. The Native Features guide covers the out-of-the-box merchant capabilities; the developer docs cover server-side plugins (built on ShopScript — ShopsWired's synchronous JavaScript runtime) and Liquid themes. ## Documentation - [Native Features](https://www.shopswired.com/features): The merchant's guide to everything ShopsWired does out of the box — catalog, orders, payments, subscriptions, B2B pricing, themes, SEO, multi-shop, and more, with no apps installed. - [Plugin API Reference](https://www.shopswired.com/plugins): Server-side JavaScript plugins: hooks, sw.* bridges, routes, dashboard widgets, scheduled/background tasks, container jobs, and the manifest. - [Entity & Context Reference](https://www.shopswired.com/entities): Exact field shapes of product / order / customer / coupon / custom records, plus the ctx object every hook, widget, route, and task receives. - [Theme API Reference](https://www.shopswired.com/themes): Liquid theme engine: global variables, route data loaders, custom filters, blocks, layouts, and manifest settings. - [Recipes](https://www.shopswired.com/recipes): Task-oriented, end-to-end how-to guides that wire bridges, hooks, and Liquid together. ## Full text & machine-readable - [llms-full.txt](https://www.shopswired.com/llms-full.txt): every page above concatenated as one plain-Markdown file — fetch this for the complete reference in a single request. - [api.json](https://www.shopswired.com/api.json): structured schemas — hooks (with their ctx.data shape), sw.* bridges, and entity field types — for grounding exact signatures.