# Configuration

Learn how to configure widgets for your project.


# Basic Setup

Create a widget with default settings:

``` python
from gdtest_page_tags import create_widget

w = create_widget("my-widget")
```
