> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/features/makeover.md).

# Makeover

***

### Makeover Options

Makeover gives you three ways to improve a page: **Auto, Design, and CRO**.

**Auto** is the default and lets AI decide what the page needs most. If the existing design already feels modern and up to date, Makeover focuses on conversion improvements while preserving the original look and feel. If the page feels outdated, AI shifts toward a more substantial redesign.

You can also choose **Design** when you want a fresh visual direction, or **CRO** when you want to improve clarity, structure, and conversion performance without significantly changing the current design.

### Using Styleguide

Makeover works with or without a style guide. When a style guide is provided, it influences the final colors, fonts, and visual direction. Without one, AI determines the direction based on the page and the option you select.

***

### How to Use Page Makeover

* Open **Tools** and select **Makeover**.

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

* Enter the URL of the page you want to improve.
* Choose a makeover focus:
  * **Auto** lets AI decide between Design and CRO.
  * **Design** creates a more substantial visual redesign.
  * **CRO** improves conversion while preserving the current look and feel.

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

* Add a style guide to influence the colors, fonts, and design direction, or continue without one to let AI decide.
* Run Makeover to generate the updated page.

***

### Tips

* Select the Balanced at the minimum for Makeover.

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

* If there are certain inputs you'd like to add for the makeover, do so in the prompt box along with the URL
* Always **Review Makeover Plan** and edit it, if necessary, before proceeding to implementing the plan.&#x20;

***

### Next Steps

👉 Try Page Makeover now and give one of your pages a quick upgrade.\
👉 Continue with Prompt to Page to generate entirely new sections.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/features/makeover.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
