# Forms - Embedding forms created in SH on external websites

<figure><img src="/files/2744960fa3d4b4a41ea5c1eef2f15867601753ce" alt="" width="375"><figcaption></figcaption></figure>

To insert forms into one of your landing pages created in SprintHUB, you can use the landing page editor itself, but if you want a little more flexibility or want to use it on an external website follow the step-by-step:

Open the forms page, and click on the form you want to use;

<figure><img src="/files/80b2d383947be98bbf3c71c5d2e367dd3a6539a1" alt=""><figcaption></figcaption></figure>

Then, click on '**Installation**';

<figure><img src="/files/ed3f055b6426738343b387bb3adbe82b5c3409d0" alt=""><figcaption></figcaption></figure>

In the **installation**, you will find the **methods** that you can use.

{% hint style="info" %}
**After choosing the method copy the code and paste it into your Website.**
{% endhint %}

<figure><img src="/files/a1fd347acce34d3d2ce832d735dffcd47c7f13ae" alt=""><figcaption></figcaption></figure>

**Automatic Method:** With this method, we will generate the form automatically on your website, keeping it always up to date, even when you make changes to it (except the form styling if it was done manually).

**Manual Method**: With this method, whenever you modify the form in SprintHUB, you will need to update the form on the website manually again. Despite this, you will have more flexibility to change the code as you wish.<br>

**Form:** Copy the form code and paste it into your website, in the position where you want your form to appear.


---

# 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.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-inserting-forms-created-in-sh-into-external-websites.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.
