# Progression Notifications

Every message in AdvancedSkills can be configured to show up in chat, action bar, titles or as a boss bar! By default, progress message for gained points is shown in chat and boss bar, same with leveling up.&#x20;

{% hint style="info" %}
Progress and Level Up message is located in `plugins/AdvancedSkills/lang/en.yml` file.
{% endhint %}

### Default messages<br>

{% code title="AdvancedSkills/lang/en.yml" lineNumbers="true" fullWidth="true" %}

```yaml
messages:
  skills:
    learning-new:
      - "&aYou are learning a new skill..."
    gained-points:
      - "&aYou gained &6%points% &apoints in &6%skill%&a! Next level in &6%remaining%&a points!"
      - "[BOSS_BAR:%boss-bar-progress%:GREEN:NOTCHED_20:35]&aYou gained &6%points% &apoints in &6%skill%&a! Next level in &6%remaining%&a points!"
    level-up:
      - "&aYou leveled up in &6%skill%&a! You are now level &6%level%&a!"
      - "[BOSS_BAR:1.0:GREEN:PROGRESS:35]&aYou leveled up in &6%skill%&a! You are now level &6%level%&a!"
```

{% endcode %}

%boss-bar-progress% is a special variable that can be used in `gained-points` message to showcase the progress of a skill with boss bars.

To learn about ways to send out messages, read [Gradients, Toasts & more](/main/gradients-toasts-and-more.md#toast-messages)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skills.advancedplugins.net/main/progression-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
