# Customise Introduction Request Form

The **Intro Context form** is what Requesters fill in when they submit an introduction request. Boomerang uses this information to draft the personalised message that goes to the Super Connector. Customising it ensures the right context is always captured.

## Steps

{% stepper %}
{% step %}

### In Settings, click the **Customization** tab.

{% endstep %}

{% step %}

### Click the **Intro Context** sub-tab to open the Form Builder.

{% endstep %}

{% step %}

### Add, remove, or reorder fields using the drag-and-drop interface.

Common fields include:

* Strategic reason for the introduction
* Current engagement at the account
  {% endstep %}

{% step %}

### Click **Save**.

The updated form is immediately live for all Requesters.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Tip:** The more context Boomerang has, the more compelling the introduction message it drafts. At minimum, include deal size, opportunity stage, and the strategic reason for the introduction.
{% endhint %}


---

# 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:

```
GET https://help.getboomerang.ai/super-connector-admin-guide/customise-introduction-request-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.
