> 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/tips-and-tricks.md).

# Tips & Tricks

- [From idea to Live](https://docs.maker.co/tips-and-tricks/from-idea-to-live.md): A step-by-step workflow for turning your concept into a fully deployed Maker project.
- [Best Practices](https://docs.maker.co/tips-and-tricks/best-practices.md): Follow these guidelines to get the most accurate, consistent, and on-brand results from Maker.
- [Troubleshooting](https://docs.maker.co/tips-and-tricks/troubleshooting.md): Use this guide to resolve common issues you may encounter while using Maker.
- [Forms](https://docs.maker.co/tips-and-tricks/forms.md): If a form is part of your project, here's everything you need to know to get it set up the right way.
- [SEO](https://docs.maker.co/tips-and-tricks/seo.md)
- [Adding Maker to your site](https://docs.maker.co/tips-and-tricks/adding-maker-to-your-site.md): Below are step-by-step instructions for adding Maker’s embed scripts to several leading CMS platforms.
- [Adding Assets](https://docs.maker.co/tips-and-tricks/adding-assets.md): Use JPEGs, PNGs, PDFs, and text files to add context and steer Maker’s output, swap media in your project, or bring in content from external sources, all directly from your prompt.
- [Adding Trackers](https://docs.maker.co/tips-and-tricks/adding-trackers.md): Add and manage analytics, heatmaps, and custom tracking for your project. Scan your site for existing trackers, add new ones, and attach organization-wide trackers—all in one place.
- [CMS Specific Tips](https://docs.maker.co/tips-and-tricks/cms-specific-tips.md): Tips and tricks on how to use Maker on CMS's like Shopify, Magento, custom, etc.
- [Adding Enhanced A+ Content to Shopify Product Detail Pages](https://docs.maker.co/tips-and-tricks/cms-specific-tips/adding-enhanced-a+-content-to-shopify-product-detail-pages.md): Here’s a step-by-step guide to adding Enhanced A+ Content to an individual Shopify product detail page.
- [Custom Fonts](https://docs.maker.co/tips-and-tricks/custom-fonts.md)
- [Support Policy](https://docs.maker.co/tips-and-tricks/support-policy.md): Our support policy outlines how to get help, expected response times, and escalation paths—so you always know where to turn when you need assistance.
- [Glossary](https://docs.maker.co/tips-and-tricks/glossary.md)
- [Community (TBD)](https://docs.maker.co/tips-and-tricks/community-tbd.md): Engage with the Maker AI community—get inspired, share your work, and help shape the product roadmap.


---

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