# Enabling the DS

In order to enable the DS to modify a theme, edit a quiz with the theme you want to modify, go to General Settings, and click on the *Advanced* tab:

![](/files/WQHnZxlOG0F5Kto3VR5z)

Enable the DS by clicking on *Use Design System*:

![](/files/uyPnASBA47soWOYHFIYd)

{% hint style="info" %}
Once the DS is enabled, you will work on a forked branch of the theme so any updates including fixes to the main branch will not be applied to your branch.
{% endhint %}

When the DS is enabled, a new tab with the DS builder will show up:

![](/files/Ub6af3NoWKvNVmwS4XXv)


---

# 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://help.pickzen.com/design-system/enabling-the-ds.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.
