# How to Create Asset Assignment Forms

**Overview**

Assignment Forms are used to formalize the handover of assets to employees. You can design custom HTML templates that automatically pull in specific details—such as the employee's name, the device's serial number, and the assignment date. This ensures you have standardized, professional documentation for every asset you issue.

#### **Step-by-Step Guide**

**1. Navigate to Assignment Form Settings**

Access the form builder from the asset settings menu.

* From the main menu, go to Settings (1).
* Under the `Asset` section (2), click on Assignment Form (3).
* Click the Add Form button (4) in the top right corner.

<figure><img src="/files/7Y2fIEXg4YXDPO9bsU0u" alt=""><figcaption></figcaption></figure>

**2. Design the Form Template**

The "Edit Assignment Form" window provides a split-screen editor where you can code your template and see the results in real-time.

* Name: Give your form a descriptive name (e.g., `Device Assignment Form`).
* Placeholders: At the top of the editor, you will see a list of blue chips (e.g., `{{user.displayname}}`, `{{asset.hardware.serial}}`). These are dynamic tags. When you use them in your code, BoolDesk will automatically replace them with the actual data from the system when the form is generated.
* HTML Editor (Left Pane): Paste or write your HTML code here. You can include CSS styles to match your company branding, add tables, and format the text exactly how you want it.
* Live Preview (Right Pane): As you edit the code on the left, the right pane updates immediately to show you exactly how the final document will look.
* Click Save to store the template.

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


---

# 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.booldesk.com/how-to-configure-settings/asset/how-to-create-asset-assignment-forms.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.
