# How to add products

{% embed url="<https://www.youtube.com/watch?v=yN2ceEDDWe4>" %}

After all modules are configured and activated, you can start adding products. To do so, go to the edit post page and create a new post. You can search for products by keyword.

![](/files/-MTUdAtSa-yLN-vOdrBb)

Some modules also have a direct URL search allowing you to add the right product more accurately and quickly.

![](/files/-MTUdUepVaylgk-dHtYk)

Just click on the products you need to add them to the saved products tab.

![](/files/-MTUdblmmZ1LirE5u1EG)

You can edit some information for the added products and drag blocks to sort the products.

![](/files/-MTUduhSVlkWl91bfsWJ)

Save the post. All added products will be saved with the post.

Depending on the module's settings, products can be displayed on the website using special shortcodes or automatically at the beginning/end of the post.

{% content-ref url="/pages/-MTUeqMBxUPDkLFSZ\_Op" %}
[How content is displayed](/frontend/how-content-is-displayed.md)
{% endcontent-ref %}

### Multiple keyword search

You can enter multiple keywords separated by commas. In this case will make a separate query for each keyword. Then the products will be merged into one list. This is useful for multiple [EAN search](https://ce-docs.keywordrush.com/set-up-products/price-comparison-websites#search-by-ean).

![](/files/CIl9V3rOO7ufkOZ8MlGd)

This will also work to [auto update product lists](https://ce-docs.keywordrush.com/updating-products/updating-the-product-list) by keywords and [autoblogging](/set-up-products/autoblogging.md).

![](/files/NeYeg0TNYUSa3532tdkD)

You can also put products into [groups](/frontend/groups.md) when you use multiple keyword search. Use special suntax for this like:

`keyword1,keyword2,keyword3 -> group1,group2,group3`

![](/files/Ej5ZpNsj2G6tW3T8Zk66)

After saving the post you will get the result:

![](/files/hV5PON4JYMDIff5AH0jg)


---

# 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://ce-docs.keywordrush.com/set-up-products/how-to-add-products.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.
