> 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.md).

# Leases

A lease is the connection between a person lending a hardware item from an event. The main leases page shows you a list and some information about the leases.

### All

A compleet list of all recorded leases, ongoing or finished.

### Ongoing

All ongoing leases.

### Finished

All finished leases.

## Details

When you open up a lease you get a bunch more information:

* **Article**: The article that was leased
* **To**: The person that the article was leased to
* **Started by**: The person that started this lease (a moderator)
* **Start remarks**: Remarks written down by the person that started this lease (optional)
* **Period**: The start and end time and date of the lease
* **Ended by**: The person that ended this lease (a moderator)
* **End remarks**: Remarks written down by the person that ended this lease (optional)
* **End status**: The end status of the lease

{% hint style="info" %}
The **end status** can be

* Good
* Damaged
* Stolen
* Lost
  {% endhint %}

### Export

On all pages there is an export button <img src="/files/RllZNmYaEw4RIV0pofg1" alt="" data-size="line"> that allows you to export the current displayed content.

### Sign documents page

On all pages there is a document signing button <img src="/files/qvzbWUqU1XcRxPrdpM7Y" alt="" data-size="line"> . Click [here](/event/accreditation/check-in-out/document-signing.md) for more information on this functionality.

### Quick end

This opens up a page with a text field that allows you to quickly scan QR codes, one after the other, to end leases fast.


---

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