# Customizing Design

After you save your form, you have the option to customize it's design. To do so, navigate to your form list under **Forms & Pages > Forms** and click on the three little dots for any form. Then, click the the 'Customize Design' option.

<figure><img src="/files/E5XhrpMWgj5dClhyyY7h" alt="" width="363"><figcaption></figcaption></figure>

## Form Design

On the screen that appears, you'll have the option to add a background image, change the color of the background, form, border, or text, as well as add a logo.

<figure><img src="/files/hFI01ya0WQ6kX3StfOfU" alt=""><figcaption></figcaption></figure>

## CSS

If you want to further customize your form, feel free to add your own CSS code to the CSS section.

<figure><img src="/files/05IY4YMIPs7YD4h9g6ZK" alt=""><figcaption></figcaption></figure>

## Tracking Codes

If you have any tracking codes that you want to add to your form, add them in the Tracking Code section.

<figure><img src="/files/HOSJirtHgbJ2rGZXmHao" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After customizing your form, don't forget to save your changes!
{% 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://help.gleantap.com/forms/customizing-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.
