# Publishing your form

Once you have created and tested your form you can publish it to your WordPress front-end. Grab the form shortcode from the builder page and put it inside your page content.

<div align="left"><figure><img src="/files/blgjd172qaTX7GnFL8Mx" alt="Copy the shortcode on your WordPress page where you want to display your form."><figcaption><p>Copy the shortcode on your page where you want to display your form.</p></figcaption></figure></div>

{% hint style="info" %}
**Tip:** If you are using a builder plugin or theme, you might want to insert the shortcode inside a native shortcode element if available. Otherwise you can put it inside a Text element.
{% endhint %}

Congratulations! :tada:, you just finished the [Quick start](/quick-start/installation.md) guide.

Use the menu to learn more about Super Forms [features](/features/basic.md), [elements ](/elements/layout-elements.md)and [third party integrations](/features/integrations.md) to build even more advanced forms!


---

# 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.super-forms.com/quick-start/publishing-your-form.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.
