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