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

# Address Jigging

> How to format jigged addresses for ACO profiles when a retailer allows it.

# Address Jigging

Address jigging is a small variation added to a shipping address so each submitted profile can have a unique address format.

Do **not** jig addresses for Target or Amazon.

## How To Jig An Address

Add a short letter string immediately after the street number, before the street name.

Examples:

| Original Address | Jigged Address     |
| ---------------- | ------------------ |
| 123 Main Street  | 123aaa Main Street |
| 123 Main Street  | 123bbb Main Street |
| 123 Main Street  | 123ccc Main Street |
| 123 Main Street  | 123abc Main Street |
| 123 Main Street  | 123def Main Street |

Common jig strings include **aaa**, **bbb**, **ccc**, **abc**, **def**, and similar short letter combinations.

## Where To Put The Jig

Put the letters at the end of the street number:

```text theme={null}
123abc Main Street
```

Do not put the letters in the city, state, ZIP code, billing fields, or random form notes.

## When To Use `/profile_setup`

If you are unsure how to format the address, use `/profile_setup` in Discord. The command can help generate jigged address versions for you.

## Retailer Exceptions

* **Target:** do not jig. Target profiles must use exact addresses with no jigging.
* **Amazon:** do not jig. Amazon uses the default shipping address saved on the Amazon account.
* **Other retailers:** address jigging is your responsibility unless staff or the retailer-specific guide says exact addresses are required.
