> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.claruswms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Assignments via SFTP

> How to use the standard product account assignment import file to bulk assign or unassign product accounts via SFTP.

## Overview

You can use the standard product account assignment import file to update multiple product accounts at once -- whether you are assigning new accounts or unassigning existing ones.

<Tip>**Template:** <a href="/images/templates/standard_product_account_assignment.csv" download>standard\_product\_account\_assignment.csv</a> — download it, fill in your data, and upload it via SFTP.</Tip>

<Steps>
  <Step title="Prepare your import file">
    The import file has a simple three-column layout. You need the **product codes** for the items you want to update and the **account codes** you want to add or remove.
  </Step>

  <Step title="Specify your action">
    In the third field of the import file, type either `ASSIGN` or `UNASSIGN`. This tells the system whether to add or remove the account for the specified product.
  </Step>
</Steps>

<Info>Each line in the import file handles one account for one product. To update multiple accounts for a single product, add multiple lines.</Info>

<AccordionGroup>
  <Accordion title="Can I update multiple accounts for a single product at once?">
    Yes, but each line in the file can only assign or unassign one account. Use multiple lines for the same product to update several accounts.
  </Accordion>

  <Accordion title="Can I update accounts for multiple products at once?">
    Yes. The import file supports updating accounts for many products simultaneously.
  </Accordion>
</AccordionGroup>
