# Glow

## Usage

```
(shiny|glow)(s)?
```

## Example

```yaml
# Set a boolean (true/false) directly to set it on/off
shiny: true

# Dynamic effect (conditions)
shiny: 'hasPerm.vip.user and hasMoney.1000'
```

## Unnecessary usages

{% tabs %}
{% tab title="Longer way" %}

```yaml
  A:
    refresh: 20
    update: 20
    display: # ...
    actions: # ...
    icons:
    - condition: 'hasPerm.vip.user'
      display:
        glow: true
```

{% endtab %}

{% tab title="Shorter way" %}

```yaml
  A:
    update: 20
    display:
      # ...
      shiny: 'hasPerm.vip.user'
    actions: # ...
```

{% endtab %}
{% endtabs %}

## Note

* Dynamic sjiny effects will be updated alongside the material update interval


---

# 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://temp-17.gitbook.io/trmenu/francais/menu/icons/display/shiny.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.
