# Customizing Design

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

<figure><img src="/files/Rekd1HEN9CgWlc0jZvmf" alt="" width="375"><figcaption></figcaption></figure>

## CSS

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

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

## JS

If you have any JavaScript that you want to add to your page, add the code in the JS section.

<figure><img src="/files/4q66e1xP3E4UCPluYdIO" alt=""><figcaption></figcaption></figure>

## Tracking Codes

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

<figure><img src="/files/8m2rB2DtVzgLVNXSmoaJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After customizing your page, 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/pages/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.
