# Fivemanage Clothes Images

### Enter to the Fivemanage website

Go to the official Fivemanage page to begin the process.

{% embed url="<https://fivemanage.com>" %}

### Login on the website

Access your account using your login credentials. If you don't have an account, you can create one too.

### Create a project

Once logged in, create a new project where your clothes images will be stored.

### Create the token (image token)

Inside your project, generate a new token **(ONLY IMAGES TOKEN)**. This token will be used to upload and manage the clothe images.

<figure><img src="https://3936778620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPLI7NdIesJTaEUHH6a2U%2Fuploads%2FytPlAqF75Q4GDTCpgU8P%2FFivemanage_1.gif?alt=media&#x26;token=f231d486-91e5-4c28-aaa4-ea1b4a5f7a67" alt=""><figcaption></figcaption></figure>

### Copy the token and paste

After creating the token, copy it and paste it into the required configuration file or script in the origen\_clothing\_screenshots/config.lua

<figure><img src="https://3936778620-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPLI7NdIesJTaEUHH6a2U%2Fuploads%2FOS6CukrQhctUwUL6meAF%2FFivemanage_2.gif?alt=media&#x26;token=d75e2bd3-7ffa-48cb-816c-24ab986bdf6b" alt=""><figcaption></figcaption></figure>

#### Example to use

```lua
Config.Save = {
    localFiles = false, -- If true the screenshots will be saved in the images folder of this resource
    fiveManageAPI = ""
}
```

#### Looks like this form:

```lua
Config.Save = {
    localFiles = false, -- If true the screenshots will be saved in the images folder of this resource
    fiveManageAPI = "aaaaaaaaa....aaaa"
}
```

Enjoy!! :smile:
