# Material - Interior

#### Getting to the Interior Material List

Navigate to the <span style="color: rgb(230, 126, 35);">[list of interior materials](https://next.homesteadcabinet.net/admin/bidding/roomcabinetboxinteriorchoice/)</span> by clicking ***Bidding &gt; Material - Interiors*** on the database admin dashboard. Clicking on the name of any interior material in this list will allow you to edit that interior material.

#### Interior Material Editor

This section will explain what each field means.

- ##### Main
    
    
    - **Name**: *<span style="color: rgb(255, 255, 255); background-color: rgb(224, 62, 45); padding: 0px 4px; border-radius: 6px;">Required</span>* Display name of interior material.
    - **Available**: When false, will not show up in the list of interior materials on the site.
    - **Shop Staff Only**: When true, only shop staff users can see / add this interior material.
    - **Description**: Description of the interior material, shows up on the site.
    - **Shop Notes**: Any custom office / shop notes, only visible to shop staff users.
    - **Product Line**: This interior material will be available in all of the selected product lines.
    - **Adj Factor**: Price of material interior, this is calculated based on the sheet cost of the material, marked up by 30%, then divided by the average item base price ($300). 
        - ```python
            adj_factor = ((sheet_price * markup_percent) + sheet_price) / average_base_price
            ```
    - **Image Original**: Can upload a single image to this interior material.
    - **Material Sheet**: Can select multiple sheets sizes that this material is available in.
- ##### XML Export
    
    
    - **Export Value**: This will overwrite the name of the interior material that is exported to Microvellum. If blank, the name of the interior material will be exported.
    - **MV Prompts**: This is a list of properties that will be exported to Microvellum. Can use any of the variables shown on this tab.