> For the complete documentation index, see [llms.txt](https://docs.crobox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crobox.com/how-to-guides/product-finders/launch-your-first-product-advisor/choosing-the-right-product-category.md).

# Choosing the Right Product Category

This guide will help you consider key factors to ensure that you maximize the effectiveness of your Crobox experience and provide the best finder for your users in line with your business goals.

### Key Considerations for Selecting a Product Category

1. Consider Category Complexity:
   * Select a product category for which visitors need assistance in deciding the “right” product for their needs. These are usually products containing more complex attributes.
   * Complex categories benefit more from guided decision-making, enhancing user satisfaction.
2. Evaluate Product Quantity:
   * Choose a product category with a substantial number of products.
   * A larger selection ensures the Product Finder can be useful and leverage diverse data attributes to recommend the right product.
3. Identify High-Traffic Products/Categories:
   * Examine your user session metrics to identify which products or categories attract the most visitors.
   * High-traffic products indicate strong interest and can provide a wealth of data for recommendations.
4. Ensure Data Quality:
   * The data for your chosen category must be of high technical quality.
   * Sufficient, accurate data is crucial for creating questions in the Product Finder that will resonate with your users' needs.
5. Align with your Business Goals:
   * Ensure your Product Finder aligns with your overall business objectives, this can include reviewing your consumer research, sales and marketing strategies, landing page and website navigation.
   * Think about whether you aim to promote a particular product category and how this fits into your broader strategic decisions.

By taking these factors into account, you'll be well-prepared to set up your Product Finder in a way that drives engagement and meets your business goals. Ready to get started? Let's make the most of your Crobox experience!

{% hint style="info" %}
Contact your Account Manager, who will be able to answer any questions about your onboarding.
{% endhint %}

\\


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.crobox.com/how-to-guides/product-finders/launch-your-first-product-advisor/choosing-the-right-product-category.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
