> Documentation index: [Saleor](/llms.txt) · [This section](/developer/llms.txt)
> Source: https://docs.saleor.io/developer/app-store/apps/avatax/plugin-migration

# Avalara Plugin Migration Guide

info

If you are using Saleor Cloud - create snapshot of your environment. Follow our [Cloud Quickstart](/quickstart/cloud.md#next-steps) to learn more.

<a id="note-down-avalara-plugin-configuration"></a>

## Note Down Avalara Plugin Configuration

1.  Login to your Saleor Dashboard
2.  Go to Plugin configuration ![A screenshot of the Saleor Dashboard displaying the &quot;Configuration&quot; section. The &quot;Plugins&quot; section is highlighted, indicating the option to view and update plugins and their settings.](/assets/images/avalara-plugin-1-3ceb8e8930845b18b8203a7ed25b79b4.jpg)
3.  Find Avalara plugin and go to its details ![A screenshot of the Saleor Dashboard displaying the &quot;Plugins&quot; section. There is a list of plugins with the name &quot;Avalara&quot; highlighted.](/assets/images/avalara-plugin-2-f9ac94dc1c739d9db33bbb97969d480a.jpg)
4.  For every configured channel note down plugin settings:
    -   username or account
    -   use sandbox
    -   company name
    -   autocommit
    -   ship from - city
    -   ship from - country
    -   ship from - country area
    -   ship from - postal code
    -   shipping tax code
    -   authorization (password / license)

<a id="select-avatax-app-tax-calculation-method"></a>

## Select AvaTax App Tax Calculation Method

1.  Install AvaTax app via Saleor appstore ![A screenshot of the Saleor Dashboard in the &quot;Apps&quot; section. The &quot;Install&quot; button is highlighted, indicating the option to install AvaTax app.](/assets/images/tax-calc-method-1-441e93451308ed4cfd9e9041ac2e9397.jpg)
2.  Go to Taxes configuration ![A screenshot of the Saleor Dashboard in the &quot;Configuration&quot; section. The &quot;Taxes&quot; section is highlighted.](/assets/images/tax-calc-method-2-18dfc6a717d58bf4b9147a4da0bedb46.jpg)
3.  For every channel you want to use AvaTax app - change method of tax calculation to app. If you have country exceptions - select app there as well ![A screenshot of the Saleor Dashboard in the &quot;Taxes&quot; section. A highlighted dropdown menu allows the selection of tax calculation methods, including options for using the &quot;Avalara&quot; app and a flat tax rate.](/assets/images/tax-calc-method-3-30afdff28376e4215447c64b5b8052a2.jpg)

There is possibility that you will see warning banner above dropdown that selects method of tax calculation. It mean that you need to explicitly select which method you want to use:

-   `Use flat tax rate` - it uses Saleor build-in [tax flow](/developer/taxes.md#flat-rates)
-   `Use app: AvaTax` - if you have installed [AvaTax app](/developer/app-store/apps/avatax/overview.md) in your dashboard

<a id="configure-avatax-app"></a>

## Configure AvaTax App

1.  Go to AvaTax app details ![A screenshot of the Saleor Dashboard in the &quot;Apps&quot; section. The main area displays &quot;Installed Apps,&quot; highlighting &quot;AvaTax&quot; with its logo and a link to the app&#39;s page.](/assets/images/avatax-app-1-42e8d4f63b0c38f3bc9e71501cf230ff.jpg)
2.  Configure your first provider by clicking button `Add first provider` and select AvaTax ![A screenshot of the Saleor Dashboard in the &quot;AvaTax&quot; app configuration section. The &quot;Add first provider&quot; button is highlighted.&quot;](/assets/images/avatax-app-2-ab2446b9ea3e4cb5480ec60076619838.jpg)
3.  Fill out the form based on values you previously noted down. You can see table below to old and new settings mappings:

| Old setting | New setting |
| --- | --- |
| username or account | username |
| company name | company code |
| use sandbox | use sandbox mode |
| autocommit | autocommit |
| shipping tax code | shipping tax code |
| ship from - street | address - street |
| ship from - city | address - city |
| ship from - country area | address - state |
| ship from - country | address - country |
| ship from - postal code | address - zip |

4.  The last setting is to select which provider use for which channel. Select previously created provider for those channels you want to use AvaTax app for. ![A screenshot of the Saleor Dashboard in the &quot;AvaTax&quot; app section.The main area displays &quot;Available channels,&quot; indicating that the table shows channels configured to use the AvaTax app for tax calculations.](/assets/images/avatax-app-3-5d564fe4a984d0bfc4e622da8933c8c9.jpg)

That is it! You are ready to start collecting taxes using AvaTax app.
