> For the complete documentation index, see [llms.txt](https://wiki.pokelx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokelx.com/en/wiki/discord/profiles.md).

# Profiles

With Discord's profile system you can customize and save several different notification settings and automate them to change at certain times!

{% hint style="success" %}
When you add a profile, the system will set the area and/or location to match your currently active profile. Tracking is done at the profile level:<br>

1. The tracking commands you use will only apply to the currently active profile;
2. If you want to track the same things in all profiles, you should synchronize them using the command `!profile copyto [name];`
3. !tracking only shows your area/location and what is tracking your currently active profile, check out the commands below for more details.
   {% endhint %}

|      !profile add \[name]      |    Saves the current settings in a profile.    |
| :----------------------------: | :--------------------------------------------: |
|     !profile remove \[name]    |           Remove an existing profile.          |
|          !profile list         |          Show all your saved profiles.         |
|        !profile \[name]        |            Choose a profile to use.            |
| !profile copyto \[name or all] | Copies the current profile to the chosen name. |
|  !profile settime \[day-time]  |   Choose the activation times for a profile.   |

### <mark style="background-color:blue;">Use case of !profile setttime</mark>

\[day of the week]\[time] The activation time can be set to a day of the week without a time; this will activate that profile at 12:00 (0:00) on the specified day. A profile will remain active until another is set to become active or until the user changes it manually.

***

{% tabs %}
{% tab title="Code names of Days" %}
mon / tue / wed / thu / fri / sat / sun / weekend / weekday
{% endtab %}

{% tab title="Time" %}
8 -> 8:00 AM 08 -> 8:00 AM 08:00 -> 8:00 AM 16:15 -> 2:15 PM 18 -> 6:00 PM
{% endtab %}
{% endtabs %}

{% hint style="info" %}
`Command:` !profile settime *\[day-time]* \
`Eg.` 'mon9:15', 'weekday17:00', 'weekend09'.
{% endhint %}

> **PS**: The system checks the profile system every \~10 minutes.
