# Glossary

<table><thead><tr><th width="220">Term</th><th>Definition</th></tr></thead><tbody><tr><td><strong>AI Assistant</strong></td><td>The in-editor sidebar widget that answers questions, writes or refines code, and debugs in real time.</td></tr><tr><td><strong>Assets</strong></td><td>Images, videos, and other media files you upload or reference that Maker can insert into your project.</td></tr><tr><td><strong>Brand Style</strong></td><td>A reusable theme—colors, fonts, gradients, and layout cues—extracted from screenshots or instructions to keep projects on-brand.</td></tr><tr><td><strong>Component</strong></td><td>A reusable UI element (e.g., button, card, navbar) you define once and can insert anywhere in your project.</td></tr><tr><td><strong>Custom Domain</strong></td><td>Your own hostname (e.g. <code>app.example.com</code>) pointed at your Maker project via DNS, with SSL automatically provisioned.</td></tr><tr><td><strong>Embed</strong></td><td>An <code>&#x3C;iframe></code> or script snippet that lets you show a live Maker project inside another website or application.</td></tr><tr><td><strong>Figma Import</strong></td><td>The feature that lets you paste a Figma frame link into chat to auto-generate React/Tailwind components from your designs.</td></tr><tr><td><strong>History</strong></td><td>The panel that stores automatic snapshots of your project so you can preview or restore previous versions.</td></tr><tr><td><strong>Live Preview</strong></td><td>The draft view that updates instantly in the right-hand pane as you edit code or regenerate prompts.</td></tr><tr><td><strong>New Chat / New Project</strong></td><td>The entry point for starting a fresh Maker session: name the project, optionally select a Brand Style, and begin prompting.</td></tr><tr><td><strong>Prompt</strong></td><td>A natural-language instruction you give Maker describing the code or UI you want generated or modified.</td></tr><tr><td><strong>Prompt Library</strong></td><td>Your personal collection of saved prompts and templates for reuse across projects.</td></tr><tr><td><strong>Project</strong></td><td>A container for your files, settings, assets, and history—each with its own live URL and privacy controls.</td></tr><tr><td><strong>Project Remix</strong></td><td>Maker's “fork” feature: creates an independent copy of a project so you can experiment without affecting the original.</td></tr><tr><td><strong>Publishing</strong></td><td>The process of making your project’s live preview available at a permanent URL (public or private).</td></tr><tr><td><strong>Regenerate</strong></td><td>Rerunning Maker on a prompt or Brand Style to update code or theme based on new instructions or inputs.</td></tr><tr><td><strong>Select to Edit</strong></td><td>A prompt-box feature: click the target icon, select an element in preview, then prompt AI to modify only that element.</td></tr><tr><td><strong>Theme Description</strong></td><td>The summary of your Brand Style—lists fonts, colors, gradients, and overrides generated during theme creation.</td></tr><tr><td><strong>Usage &#x26; Credits</strong></td><td>Metrics and limits showing how many AI-generation credits you’ve used and how many remain for the current billing cycle.</td></tr><tr><td><strong>XML Sitemap / robots.txt</strong></td><td>Configuration files that help search engines discover, index, and crawl your published Maker project.</td></tr></tbody></table>

***


---

# 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/tips-and-tricks/glossary.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.
