> For the complete documentation index, see [llms.txt](https://doc.customfit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.customfit.ai/visual-editor/overview.md).

# Overview

CustomFit visual editor lets you edit different behaviors of your website quickly with zero code changes. **For example**, if you wish to edit the Marketing behavior then click on the **Open Visual Editor** button

![](/files/-M_t8hUEy51iDaMqPf2B)

If the experience has multiple pages then select the page which you wish to edit

![](/files/-M_t8p9wGNsx7yV85QuV)

The CustomFit visitor editor has four components:

1. **Editor Page** : A copy of the website page which you wish to edit or personalize
2. **App bar** : A toolbar that appears at the top of visual editor interface
3. **Editor Palette** : It allows to edit the various properties of an element
4. **Toolbar** : It also allows to edit the various properties of an element


---

# 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:

```
GET https://doc.customfit.ai/visual-editor/overview.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.
