# Search and Import

The Search tool lets you find products by keyword and quickly create posts or WooCommerce products from the results.

**Access:**\
Go to **Content Egg > Import Tools > Search** tab

{% hint style="success" %}
Before using this tool, make sure your [**Import Presets**](/set-up-products/import-tools/import-presets.md) are configured according to your needs.
{% endhint %}

<figure><img src="/files/WP4KDoo67QDRRMbBzZ68" alt=""><figcaption></figcaption></figure>

### How It Works

1. **Enter a search keyword**\
   Type in the keyword related to the product you want to find.\
   Some modules also allow searching by product URLs.
2. **Select a Module**\
   Choose the product source (e.g., Amazon, Ebay) you want to search from.
3. **Apply filters (optional)**\
   If the selected module supports it, you can set locale, price range, and other filters.
4. **Click the Search button**\
   Product results will appear below the search form.
5. **Choose an Import Preset**\
   Select a preset to define how the post or product will be created.
6. **Choose a Category**\
   Select the post or WooCommerce product category for the imported items.\
   If no category is selected, the default category from the chosen preset will be used.
7. **Import Products**
   * Click individual products to import them one by one
   * Or click **Import All** to queue all search results

{% hint style="info" %}
All selected products will be added to the Import Queue and processed in the background.\
To track their status, go to the [**Queue tab**](/set-up-products/import-tools/import-queue.md).
{% endhint %}


---

# 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/import-tools/search-and-import.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.
