> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/stock/leases/new.md).

# New

Starting a new lease can be achieved from multiple places:

* From a [member](/event/planning/members/stock.md) or [list visitor](/event/accreditation/lists/forms/attendees/stock.md) stock page
* From the [check in / out](/event/accreditation/check-in-out.md) page
* From the leases [index](/event/stock/leases.md) page
* From an article [details](/event/stock/inventory-categories/types/articles.md) page

When starting a new lease a new window will open where data has to be entered. The **Lease to** field has automatically been selected if you come from a person's page.

### Lease to

This field is a search field. You can

* scan a [wristband](/event/misc/wristbands.md) code directly in this field to select the correct person in 1 action
* search for the person by first- or lastname

Another way is to click the **Browse** button and find the person that way.

### Articles to lease

This is also a search field. You can

* scan the [bar/QR code](/event/stock/inventory-categories/types/articles.md) on the article you want to lease
* search for the article by name or description

Another way is to click the **Browse** button and find the article that way.

{% hint style="success" %}

#### Pro tip

When you type something in the article search field and receive a bunch of data, sometimes you just want to select the first thing on the list. This can be done by tapping "*Enter*" on the results page as this will select the first selectable item on the list.
{% endhint %}

### Start remarks

Write down any remarks that you think are important. Some examples from our events:

* "No deposit paid"
* "AirPods as collateral"
* "Forklift certificate is set to no, but he does have one, I saw it"
* "Scratch at the front of the car was already there"
* "Took it in the name of \<colleague name>"

### Document signing

If you configured the [stock type](/event/stock/inventory-categories/types.md) to require a document to be signed, this is the place where it will be displayed. Click the "**Sign on Tablet**" button to send the document to the [signing tablet](/event/accreditation/check-in-out/document-signing.md). After it has been signed you will see a checkmark and an image of the signature.

### Questions

If you configured the stock type to require [questions](/event/stock/inventory-categories/types/questions.md) to be answered, they will be displayed here. The moderator can ask these questions to the leaser and answer them for him/her.

### Start

After this you can click one of 2 buttons:

* **Start & back**: Start the lease(s) and go back to the previous page.
* **Start & new**: Start the lease(s) and go to an empty new lease form to create another one.


---

# 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.eventication.com/event/stock/leases/new.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.
