> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/forms/forms-initial-settings/forms-embedding-forms-created-in-sh-on-external-websites.md).

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