> For the complete documentation index, see [llms.txt](https://docs.powerfulform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerfulform.com/display-and-placement.md).

# Display & Placement

- [Theme integration](https://docs.powerfulform.com/display-and-placement/theme-integration.md): Integrating the Form Builder app with your Shopify theme allows you to display forms directly on your storefront. Follow these simple steps to set it up:​
- [Get embed code of a form](https://docs.powerfulform.com/display-and-placement/get-embed-code-of-a-form.md): This guide shows you how to get the embed code (shortcode) for your form so you can place it on any page of your Shopify store.
- [Display a form on Shopify front store](https://docs.powerfulform.com/display-and-placement/display-a-form-on-shopify-front-store.md): This guide shows you how to make your form appear publicly on your store (front store), like on homepage, product pages, or any custom page using Powerful Contact Form Builder.
- [Display a form on a specific page](https://docs.powerfulform.com/display-and-placement/display-a-form-on-a-specific-page.md): This guide helps you place your form on a specific page of your store, not on every page. Very useful when you want the form to appear only on, for example, your “Contact Us” or “Support” page.
- [Display a form on Homepage](https://docs.powerfulform.com/display-and-placement/display-a-form-on-homepage.md): This guide shows you how to make your form appear on the homepage of your store.
- [Display form on product pages](https://docs.powerfulform.com/display-and-placement/display-form-on-product-pages.md): This guide explains how to make a form appear on one, some, or all product pages of your store using Powerful Contact Form Builder.
- [Display Different Forms on Different Products](https://docs.powerfulform.com/display-and-placement/display-form-on-product-pages/display-different-forms-on-different-products.md)
- [Add a form with app block](https://docs.powerfulform.com/display-and-placement/add-a-form-with-app-block.md): This guide shows you how to place a form created with Powerful Contact Form Builder directly into any page or template on your Shopify store using the App Block method.
- [Pop-up form on a New Button](https://docs.powerfulform.com/display-and-placement/pop-up-form-on-a-new-button.md)
- [Trigger a Popup form via theme button](https://docs.powerfulform.com/display-and-placement/trigger-a-popup-form-via-theme-button.md): Instead of creating a new button, you simply add a special "ID" link to your theme's existing button. When a customer clicks that button, your form will instantly pop up on the screen.


---

# 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.powerfulform.com/display-and-placement.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.
