# Helpful guides

- [How to use product models](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-product-models.md): Product models are one of the most powerful aspects of Struct PIM. Using the built-in no-code interface you can build any product data model you need by adding attributes one by one
- [How to use product catalogues](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-product-catalogues.md): Get an overview of the catalogue tree structure in Struct PIM and how it can be used to organize products according to external channel requirements.
- [How to use enrichment insights](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-enrichment-insights.md): Enrichment insights allow you to measure and track the enrichment progress of individual products based on the completion of specific fields. They can be customized as needed.
- [How to use Import](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import.md): The Import-feature makes it easy to create or update entities in bulk
- [How to import products](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-import-products.md): Learn how to import products from beginning to end
- [How to import data into a list property on entities](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-import-data-into-a-list-property-on-entities.md): Learn how to swiftly import list data
- [How to import categories](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-import-categories.md): Learn how to import categories from beginning to end
- [How to import with media](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-import-with-media.md): Learn how to include media when importing
- [How to use File mappings](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-use-file-mappings.md): File mappings allow you to save predefined mappings, making it easier if you frequently import the same structures.
- [How to use Validation rules during import](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-use-validation-rules-during-import.md): By using Validation rules during import you can validate the correctness of incoming data
- [How to use Transformation during import](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-use-transformation-during-import.md): By using Transformation during import you can easily manipulate data to your liking
- [How to use Add Only during import](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-import/how-to-use-add-only-during-import.md)
- [How to use Business rules](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules.md): Business rules can help automate processes within the system.
- [How to set up and edit a business rule](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-set-up-and-edit-a-business-rule.md): A guide to set up and edit a business rule
- [How to use conditions in a business rule](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-use-conditions-in-a-business-rule.md): A guide to setup and configure conditions in a business rule
- [How to set up business rules to trigger other business rules](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-set-up-business-rules-to-trigger-other-business-rules.md): A guide to setup and configure a business rule to trigger other business rules
- [How to automatically set release status](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-automatically-set-release-status.md): Business rules can allow you to automatically track when a product is ready to be released by tracking enrichment insights
- [How to automatically calculate the size of a variant](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-automatically-calculate-the-size-of-a-variant.md): An example of how to use the calculate action
- [How to automate price conversion](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-automate-price-conversion.md): Business rules allow you to automate price conversion between different currencies
- [How to assign documents to a product when it is created](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-assign-documents-to-a-product-when-it-is-created.md): Business rules allow you to automatically attach existing images or pdf-files to newly created products depending on certain conditions.
- [How to manage product identifiers](https://docs.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-manage-product-identifiers.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.struct.com/pim3/tutorials/helpful-guides.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.
