> For the complete documentation index, see [llms.txt](https://docs.solarvis.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solarvis.co/documentation/sl/configuration/materials-page/my-items.md).

# My Items

## Purpose of This Page <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

Use My Items to add custom components that are not available in the solarVis material database or required for system simulations. These materials can represent items such as BMS units, boilers, water tanks, mounting accessories, or monitoring devices, etc.

## What You Can Do Here <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

* Create company-specific materials
* Assign items to a category
* Add descriptions, images, and PDF documents
* Set currency, price, pricing type, and default quantity
* Configure proposal visibility
* Include items in ROI calculations
* Apply custom discounts, profit margins, and VAT rates
* Activate or deactivate items
* Search for specific items or filter items by category
* Review item details or update existing items

## How It Works <a href="#how-it-works" id="how-it-works"></a>

The **My Items page,** which is your custom material library, is separated into two different sections: All Materials and Active Materials.

The All Materials section uses the status switch to activate or deactivate an item. Active items are available in the relevant material selection dialogs.

The Active Materials section provides a way to manage the pricing information of items that are currently available in material selection dialogs.

{% hint style="info" %}
My Items are available only within the company that created them. Headquarters accounts can create and update items, while partner and team accounts can view them.
{% endhint %}

### Search and Filter Items <a href="#search-and-filter-items" id="search-and-filter-items"></a>

The search field can be used to find items by their name or category. Also, the category filter displays items assigned to selected project categories. You can filter the list by item categories.

{% hint style="info" %}
The search field and category filter can be used together to narrow the material list.
{% endhint %}

### Add an Item <a href="#add-an-item" id="add-an-item"></a>

Click the ‘Add Item’ button to create a custom material.

Under General Information, enter the item name, select a category, and add an optional description. Available categories are:

* PV System
* Battery
* Heat Pump
* EV Charger

The selected category determines where the item is available. For example, an item assigned to Heat Pump appears only in Heat Pump material selection dialogs to prevent unrelated materials from being shown in other project workflows.

Under Files, you can upload one image and one PDF document. Both files are optional. The maximum file size is 10 MB for each upload. Items with an uploaded image can display that image in proposals.

Under Item Details, select the currency, pricing type, unit price, and default quantity. Available pricing types include:

* Set
* Quantity
* Per Meter
* Per Kilogram
* Percentage
* Per Panel
* Per Watt
* Per Watt-Hour for batteries

Under Detailed Settings, configure whether the item appears in proposals, whether its unit price, brand, model, or discount is displayed, and whether the item is included in ROI calculations. You can also configure item-specific discount, profit margins, VAT, and stock settings.

Click the ‘Create’ button to save the item. The new item appears under the All Materials tab.

### Update an Item <a href="#update-an-item" id="update-an-item"></a>

Select an item from the All Materials or Active Materials section to open the ‘Item Details’ modal.

The panel displays:

* General information
* Unit price and pricing type
* Proposal settings
* Financial settings
* Stock status

Select Update to open the item settings. Edit the item's information, category, description, files, pricing details, proposal settings, or financial settings, then save the changes.

## Key Outputs <a href="#key-outputs" id="key-outputs"></a>

My Items are available across the relevant solarVis workflows based on their assigned category.

* Project Bill of Materials: Add custom materials to the bill of materials and include their quantity, pricing, and cost in the project.
* Presets: Include frequently used custom materials in predefined system configurations.
* Packages and add-ons: Add optional or standard components to packages offered to customers.
* Lead Generator cost configurations: Include custom materials when calculating estimated project costs for generated leads.
* Customer proposals: Display selected items, descriptions, prices, discounts, and uploaded images according to the proposal settings.
* Project cost calculations: Include each item's unit price, default quantity, currency, discount, profit margin, and VAT rate in the total project cost.
* Category-based material selection: Show each item only in workflows related to its assigned PV System, Battery, Heat Pump, or EV Charger category.
* Company-specific material library: Keep custom items visible only to the company that created them and available to authorized accounts.

***

## Related Pages <a href="#related-pages" id="related-pages"></a>

* [Bill of Materials (BoM) Page](/documentation/sl/project-design/create-a-project/bill-of-materials-bom.md)
* [Preset Cost Settings Page](/documentation/sl/configuration/settings-page/project-settings/preset-cost-settings.md)
* [Package Settings Page](/documentation/sl/configuration/settings-page/project-settings/package-settings.md)

For more assistance, don’t hesitate to [get in touch.](https://solarvis.co/en/company/contact)


---

# 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.solarvis.co/documentation/sl/configuration/materials-page/my-items.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.
