# Shortcodes

- [Product Collections](https://docs.northcommerce.com/north-commerce/shortcodes/product-collections.md): \[nc-collection]
- [Product Collection Slider](https://docs.northcommerce.com/north-commerce/shortcodes/product-collection-slider.md): \[nc-product-slider]
- [Product Page](https://docs.northcommerce.com/north-commerce/shortcodes/product-page.md): The product page is one of the few pages that is automatically generated when the North Commerce Plugin is activated.
- [Cart Page](https://docs.northcommerce.com/north-commerce/shortcodes/cart-page.md): The cartpage is one of the few pages that is automatically generated when the North Commerce Plugin is activated.
- [Checkout Page](https://docs.northcommerce.com/north-commerce/shortcodes/checkout-page.md): The cartpage is one of the few pages that is automatically generated when the North Commerce Plugin is activated.
- [Cart Drawer](https://docs.northcommerce.com/north-commerce/shortcodes/cart-drawer.md): The cart drawer is one an element that is automatically generated when the North Commerce Plugin is activated.
- [Cart Icon](https://docs.northcommerce.com/north-commerce/shortcodes/cart-icon.md): We have created a special shortcode so that you can easily add a cart icon inside your navigation.
- [Customer Registration](https://docs.northcommerce.com/north-commerce/shortcodes/customer-registration.md): The customer registration shortcode is the shortcode that connects a WordPress user account to a North Commerce account
- [Customer Account](https://docs.northcommerce.com/north-commerce/shortcodes/customer-account.md): The customer account shortcode is the shortcode that renders a users orders, allows them to update shipping address and more to come


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.northcommerce.com/north-commerce/shortcodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
