# Features

- [Figma](https://docs.maker.co/features/figma.md): Import artboards from Figma right in the chat—no separate UI needed.
- [Select to edit](https://docs.maker.co/features/select-to-edit.md): Quickly target any element in your live preview for focused edits—no manual selector hunting required.
- [Style Guide](https://docs.maker.co/features/style-guide.md): Give Maker “style guide” to keep your colors, fonts and imagery on-brand—across every project.
- [Style Guide FAQs](https://docs.maker.co/features/style-guide/style-guide-faqs.md): Get all the questions related to setting up your style guide in Maker answered here
- [Copy of Style Guide](https://docs.maker.co/features/copy-of-style-guide.md): Give Maker an instant “style guide” to keep your colors, fonts and imagery on-brand—across every project.
- [Style Guide FAQs](https://docs.maker.co/features/copy-of-style-guide/style-guide-faqs.md): Get all the questions related to setting up your style guide in Maker answered here
- [Components](https://docs.maker.co/features/components.md): You can reuse components across different projects, and you can also save them to a style guide.
- [Project Remix](https://docs.maker.co/features/project-remix.md): “Remix” lets you fork any existing Maker project—yours or someone else’s—so you can experiment, customize, or share a template without affecting the original.
- [Publish](https://docs.maker.co/features/publish.md): Make your Maker project available to the world, or keep it private, right from the editor.
- [Hosting & Updates](https://docs.maker.co/features/hosting-and-updates.md)
- [Page Makeover](https://docs.maker.co/features/page-makeover.md): The Page Makeover feature in allows you to instantly transform any page in real time. It improves layout, refines copy, and enhances speed, accessibility and
- [Create from Image](https://docs.maker.co/features/create-from-image.md): Turn any screenshot, mockup, or design frame into a live, editable page. Upload an image, and Maker instantly analyzes it to generate a matching layout you can customize
- [Chat mode](https://docs.maker.co/features/chat-mode.md): Use Chat when you want to talk things through with Maker instead of generating code or components right away.
- [Image/Video Generation](https://docs.maker.co/features/image-video-generation.md): To use Maker's media generation, first click an image on your page and choose Generate. Then pick whether you want to create an Image or a Video from the tabs at the top.
- [Design panel](https://docs.maker.co/features/design-panel.md): Use the Design panel to fine-tune the look of any element on your page.
- [Connectors](https://docs.maker.co/features/connectors.md): Use Connectors to link Maker to your other tools so you can pull in content, data, and media without leaving the editor.
- [Maker Analytics](https://docs.maker.co/features/maker-analytics.md): Insights helps you monitor performance across Maker—then drill down into heatmaps, element-level engagement, and scroll depth. Available on Max and Enterprise plans.
- [SSR component support](https://docs.maker.co/features/ssr-component-support.md): Server-side rendering means your content is fully prepared on the server before it reaches your visitor's browser.
- [Ai+ PDP Content](https://docs.maker.co/features/ai+-pdp-content.md): Create enhanced product details in minutes. Maker automatically builds fully structured enhanced content, including the visuals, copy, and layout. Use A+ templates  to keep the output consistent.
- [Compare Versions](https://docs.maker.co/features/compare-versions.md): Version comparison shows two versions of your project side by side so you can quickly spot changes, review Maker updates, track progress, or decide whether to revert.
- [Collections](https://docs.maker.co/features/collections.md): Collections let you group related projects together so they're easier to find and manage. Create your own custom collections or let Maker handle it automatically based on your project types.
- [FAQs for AEO](https://docs.maker.co/features/faqs-for-aeo.md): Maker helps you publish FAQs that help shoppers on your site and make your product pages AEO-ready for Al.
- [Variants](https://docs.maker.co/features/variants.md): Variants let you create multiple versions of a project and control which one your users see based on rules you define. Available on our Max and Enterprise plans.
- [Location-based Personalization](https://docs.maker.co/features/location-based-personalization.md): Personalize your content for visitors in different locations. Whether it's a simple city or country swap or a full multi-variant experience, we've got you covered.
- [Enhance](https://docs.maker.co/features/enhance.md): Embed Maker projects directly on your website and manage them without touching code. Add, remove, or swap projects from a simple toolbar anytime you want.
- [Templates](https://docs.maker.co/features/templates.md): Templates let you save any project as a reusable starting point. Build your own library, browse Maker's public templates, or let Maker automatically pick one when creating AI+ content.
- [Product Content Overrides](https://docs.maker.co/features/product-content-overrides.md): Product Content Overrides let you customize how your products look and read across your Maker projects, without making any changes to your store. This is a Maker Enterprise feature.
- [Skills](https://docs.maker.co/features/skills.md): Skills are specialized instructions that guide how Maker handles specific tasks. Each one comes with domain knowledge and best practices baked in, so Maker knows exactly what to do.
- [Design Mocks](https://docs.maker.co/features/design-mocks.md): Generate multiple design mocks for a project in seconds. Describe what you want or paste a URL, and Maker will create ready-to-review mockups you can preview, remix, and turn into a full project.
- [Comments](https://docs.maker.co/features/comments.md): Comments let you leave feedback directly on the specific elements you're talking about. Just click the element, add your comment, and your teammates know exactly what you mean.
- [Claude Design Import](https://docs.maker.co/features/claude-design-import.md): Maker supports importing prototypes built in Claude Design. Start your design in Claude, bring it into Maker AI to refine it, and publish when it's ready.
- [Maker MCP](https://docs.maker.co/features/maker-mcp.md): Connects your favorite AI tools directly to Maker. Instead of switching between your AI assistant and Maker, you can create, edit, and manage projects right from the AI you're already using.


---

# 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://docs.maker.co/features.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.
