# Content & Design

Didomi API allows you to customize the appearance of your widget and provides multiple ways to do so.

First of all, you are able to edit a global color scheme or layout shape using `color_1` to `color_8` in `themes` and `layout_shape` in `widget`.

You can also edit the size of a purpose name or even the width of the border of a card by using the easy-to-read options available in `theme` property at `layout-components` level.

Finally, you can edit CSS options and translations in `options` property at `layout-components` level.

*In case you want to publish the widget quickly, we recommend editing your widget's overall settings, whereas if you want it to fully match your brand assets, we recommend editing the properties available in components.*

[Theme & Shapes](/api-and-platform/widgets/privacy-widgets/edit-a-widget/content-and-design/themes-and-shapes.md)

[Components (theme & options)](/api-and-platform/widgets/privacy-widgets/edit-a-widget/content-and-design/components.md)


---

# 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://developers.didomi.io/api-and-platform/widgets/privacy-widgets/edit-a-widget/content-and-design.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.
