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

# Custom Contract Templates

Set up a custom template if you want to use your own agreement — a roaming contract, a data-sharing agreement, or a customer contract — instead of ENAPI's standard template. Templates are reusable — create once, use for every future offer.

### Set up a custom contract template

{% stepper %}
{% step %}
Go to **Roaming → Contracts → Templates → New Template**.
{% endstep %}

{% step %}
Name the template and **upload your contract document** (PDF).
{% endstep %}

{% step %}
Drag signature fields from the right panel into the contract for each party:

* **First Party** fields: Signature, Name, Company Name, Sign Date
* **Second Party** fields: Signature, Name, Company Name, Sign Date
  {% endstep %}

{% step %}
Click **Save**. A modal opens to define party roles and contact persons.
{% endstep %}

{% step %}
Confirm and save. The template is now available when creating offers.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Critical: First Party is always you.** Second Party is always the partner who receives the offer. Every signature field you drop into the contract has to be mapped to the right party — get this wrong and the signing flow will fail or, worse, route the wrong signature to the wrong field. Double-check before saving. These party mappings also determine who receives the signing request when you [pre-sign an offer](/roaming/how-to-pre-sign-an-offer.md).
{% endhint %}

<img src="https://content.gitbook.com/content/heBP0sH0U1Rrp1jIot9S/blobs/Iu3p1bATtbyQVQoeh0tP/d46f82aa%2056d7%2042bf%208de3%20c4ace0a97ea8%201773931365235%20Screenshot2026%2001%2008at17.08.31.png%200c022fbc%2044a5%2044c7%209928%20d5bd485ef69d" alt="Create a custom contract template." width="563">

### Edit a template

**Roaming → Contracts → Templates** → three-dot menu → *Edit template*.


---

# 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.enapi.com/roaming/custom-contract-templates.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.
