# List of Reserved Attributes

| Field name | Type    | Mandatory | Description                                                                                                                             |
| ---------- | ------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| image      | Text    | no        | Main picture for the product (used to display the product in the BO / Chrome extension).                                                |
| title      | Text    | no        | Title of the product for display in BO                                                                                                  |
| price      | Integer | no        | Main selling price in cents in the main currency (used for analytics)                                                                   |
| available  | Boolean | no        | Map to recommended in XO.                                                                                                               |
| tags       | List    | no        | Map to categories in XO                                                                                                                 |
| url        | Text    | no        |                                                                                                                                         |
| categories | List    | no        | List of categories tree's leaf, mapped to categories in FHR. Each leaf is defined as a string, which is often the slug of the category. |


---

# 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://crownpeak.gitbook.io/product-discovery/sending-and-managing-product-data/what-is-the-items-api/working-with-items/item-schema/list-of-reserved-attributes.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.
