# Commandlets ```{toctree} :glob: :hidden: commandlets/* ``` ```{admonition} Requirements :class: warning In order to use the commandlets with your Fusion 360 Manage tenant you have to make sure that the {ref}`tenant is configured ` correctly. ``` The cmdlets try to perform *as less requests as possible* to Fusion 360 Manage in order to ensure high performance. ```{admonition} Tenant configuration data :class: info This means that configuration settings such as *Workspaces*, *Fields*, *Defined Picklist* values and *BOM UOM Picklist* values will be retrieved *only when required* from the connected Fusion 360 Manage tenant. After retrieving these settings once, *no further request are required* as the results are cached by the product. ``` ## Connection Cmdlets related to Fusion 360 Manage connection. | Name | Description | |---------------------------------------------------------|----------------------------------------| | [Connect-FLC](/code_reference/commandlets/Connect-FLC) | Connects to a Fusion 360 Manage tenant. | ## Items Cmdlets for retrieving, adding and updating Fusion 360 Manage Item(s). | Name | Description | |---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| | [Get-FLCItem](/code_reference/commandlets/Get-FLCItems) | Retrieves items from an Fusion 360 Manage workspace. | | [Add-FLCItem](/code_reference/commandlets/Add-FLCItem) | Adds a new Item to a workspace in Fusion 360 Manage. | | [Update-FLCItem](/code_reference/commandlets/Update-FLCItem) | Updates properties and affected items and performs workflow actions on an existing Item in Fusion 360 Manage. | | [Get-FLCItemAssociations](/code_reference/commandlets/Get-FLCItemAssociations) | Retrieves Linked Items (or Managed Items) or Attachments for an Item in Fusion 360 Manage. | ## Attachments Cmdlets related to Fusion 360 Manage Item Attachment(s). | Name | Description | |-----------------------------------------------------------------------|---------------------------------------------------------------------------| | [Add-FLCAttachment](/code_reference/commandlets/Add-FLCAttachment) | Adds an attachment to an existing Item in Fusion 360 Manage. | | [Save-FLCAttachment](/code_reference/commandlets/Save-FLCAttachment) | Downloads the specified attachment from Fusion 360 Manage to a local path. | ## BOMs Cmdlets for retrieving and manipulating Fusion 360 Manage Item Bom(s). | Name | Description | |-------------------------------------------------------------|--------------------------------------------------------------| | [Get-FLCBOM](/code_reference/commandlets/Get-FLCBOM) | Retrieves the BOM of an FLC Item. | | [Update-FLCBOM](/code_reference/commandlets/Update-FLCBOM) | Manipulates the BOM of an existing Item in Fusion 360 Manage. |