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

# Editors

Every experience starts with a change to your site. This is where you make it.

Intelligems gives you a few different ways to build a change, depending on what you're editing and how much control you want. Most changes happen in the Visual Experience Builder, which is the default editor on every account. Use the others when you need to work directly with images or write your own CSS and JavaScript.

Whichever editor you use, the change is saved to the experience itself. You build it once, then choose whether to run it as a Test or a Personalization.

### **Choosing an editor**

| Editor                                                                                                         | What it's for                                                             |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [Visual Experience Builder](/general-features/editors/visual-builder.md)                                       | Click any element on your site and change it, without touching your theme |
| [AI Visual Builder](/general-features/editors/ai-visual-builder.md)                                            | Describe the change you want in plain language and let Viv build it       |
| [Image Onsite Editor](/general-features/editors/onsite-editor/image-onsite-editor.md)                          | Swap product and content images without re-uploading to your theme        |
| [CSS Styles and JavaScript Injection](/general-features/editors/onsite-editor/css-and-javascript-injection.md) | Reach the changes the builder can't, with your own code                   |
| [Onsite Editor](/general-features/editors/onsite-editor.md)                                                    | The original editor. Preview and price tagging only as of August 18, 2026 |

{% hint style="warning" %}
**Editing in the Onsite Editor ends August 18, 2026.** Anything you've already built keeps running. New and updated content edits happen in the Visual Experience Builder from that date forward. If something about your store blocks you from editing there, let us know at <support@intelligems.io>.
{% endhint %}


---

# 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.intelligems.io/general-features/editors.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.
