> For the complete documentation index, see [llms.txt](https://pokecloud.gitbook.io/pokecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokecloud.gitbook.io/pokecloud/tutorials/trainers-guide/profiles/trainer-code.md).

# Trainer Code

### Setting Trainer Code

Trainers can set their Trainer Code to their PokeCloud profile. This information is completely private meaning it can not be searched or seen unless shared. Use the following command to set the Trainer Code feature.

{% hint style="info" %}

#### Use the code found in your Pokemon GO Trainer screen (numbers only)

{% endhint %}

```
$set-mycode 0000 1111 2222
```

### Sharing Trainer Code

Trainers can quickly share their Trainer Code in any channel the PokeCloud bot has access to. This can be useful when remote raiding or meeting new Trainers in other Discords.

```
$mycode
```

The bot will respond with your Trainer name then send another message containing your code. This will allow for other Trainers to quickly copy and paste your code inside the Pokemon GO app.&#x20;

{% hint style="success" %}

#### Love shortcuts? Use ***`$mc`*** as a faster way to share your code!

{% endhint %}
