# Builders

- [Beaver Builder](https://docs.northcommerce.com/north-commerce/builders/beaver-builder.md): The North Commerce module is a Beaver Builder module that allows you to display North Commerce products on your website.
- [Building With Beaver Builder](https://docs.northcommerce.com/north-commerce/builders/beaver-builder/building-with-beaver-builder.md)
- [Bricks](https://docs.northcommerce.com/north-commerce/builders/bricks.md): We currently are developing North Commerce Brick's Modules. Currently released is our query loop tool so you can create really beautiful collection pages and our single product page modules
- [Query Loop](https://docs.northcommerce.com/north-commerce/builders/bricks/query-loop.md): In this guide you will see how to utlize the North Commerce product query loop in the Bricks Builder
- [Attributes](https://docs.northcommerce.com/north-commerce/builders/bricks/attributes.md): North Commerce uses data attributes to enable you to have complete control over the UI while getting all of the North Commerce ecommerce functionality automatically.
- [Cart Item Attributes](https://docs.northcommerce.com/north-commerce/builders/bricks/attributes/cart-item-attributes.md): This documentation is for creating pages, designs or layouts for the items in a customer cart. E.g: Cart drawer, cart list on checkout and can be added to any where on the front end of your website.
- [Oxygen](https://docs.northcommerce.com/north-commerce/builders/oxygen.md): There is a specific way you have to setup your templates in order to render North Commerce shortcodes with Oxygen


---

# 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/builders.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.
