# Creating a WooCommerce Shop Page

When visiting an online store (shop page), you see the front page of the website. You can then choose to see only a specific category (i.g. Shoes), or filter the results by size etc. What you’re actually viewing is an **Archive page**.

\
**WooCommerce** **Archives** have different terms that you can use to filter them, terms you’re familiar with: Date, Category, Price, Popularity, Rating, Tags, or any other taxonomy (e.g. Size, Color, etc.)

1. Under *Kitify > Theme Builder > Product Archive* > *Add New*, from the dropdown choose **Product Archive**, give it a name, and click **Create Template**.
2. Choose a *Product* *Archive Block* and **Insert**. Alternatively, you can design your own.
3. After you’ve finished designing, click **Publish**.
4. Choose a Condition. Click to [How To Set Display Conditions](/kitify/theme-builder/how-to-set-display-conditions.md)


---

# 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.novaworks.net/kitify/theme-builder/creating-a-woocommerce-shop-page.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.
