# Configurations

It is possible to customize our widgets with several configurations. Some configurations are only available for Advanced Widget users. There are general configurations which can be used for every widget. Furthermore each widget has some extra configuration options. Below the general configurations are listed. After that the extra configurations per widget are shown.

#### General

* Theme - Select a default theme (light/dark)
* Theme switch - Option for showing or hiding theme switch (between dark and light mode) in widget
* Colors (only advanced)
* Font

#### Livescore

* Show team/league logos - Option for showing or hiding team and league logos
* Show player images - Option for showing or hiding player images
* Adjusting league filters (only advanced)&#x20;
* Changing match center (only advanced)

#### International Cup Livescore

* Show team/league logos - Option for showing or hiding team and league logos
* Show player images - Option for showing or hiding player images
* Changing match center (only advanced)

#### International Cup Standings

* Show team/league logos - Option for showing or hiding team and league logos
* Show standing rules
* Show live standings (only advanced) - Keep your widget up-to-date during fixtures with the Live Standings variant

#### International Cup Standings Slider

* Show team/league logos - Option for showing or hiding team and league logos
* Show standing rules
* Show live standings (only advanced) - Keep your widget up-to-date during fixtures with the Live Standings variant
* Preferred Group - Slide automatically to the group of your choice when the widget is loaded

#### International Cup Squad

* Show team/league logos - Option for showing or hiding team and league logos
* Show player images - Option for showing or hiding player images
* Show Team Select - Option for letting users switch between teams in the widget

#### International Cup Topscorers

* Show team/league logos - Option for showing or hiding team and league logos
* Show player images - Option for showing or hiding player images
* Show row amount - Change the default amount of rows shown

{% hint style="info" %}
At the moment we only have International Cup widgets for the World Cup 2022. We are however working on releasing them for other international cups.
{% endhint %}


---

# 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://docs.sportmonks.com/v2/how-to-guides/sportmonks-widgets/widget-configurator-page.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.
