> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/abp-loans-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/abp-loans-desk/master/faq/frequently-asked-questions.md).

# Frequently Asked Questions

### ***Where is the Loans Desk located?***

The Loans Desk is located on level 1 in the MSD building. Room 127

### *Do I have to be a part of the ABP Faculty to make a booking?*&#x20;

Yes, only ABP staff and students can use the facilities. You must also complete the [Level 01: Online Safety Induction](http://edsc.unimelb.edu.au/maker-spaces/training-centre/induction) before loaning an item.

### *What if I damage or lose the item?*

The borrower accepts full liability for the items. Any damage or loss to the borrowed items has to be compensated by the borrower.&#x20;

### *If I return the equipment late will I receive a fine?*

Fines are not applied, however after 3 late returns loaning privilege will be withdrawn for one month period.

### *Can I take the item off campus?*

Yes, but you accept the full liability for the item. Any damage or loss caused to the borrowed items will have to be compensated by the borrower.&#x20;

### *Can bookings be made for longer than a day?*&#x20;

Yes, but *you need*  to talk to Loans Desk staff to organise longer bookings.

### *Can I renew the booking if I need the item for a longer period of time?*

Yes, you can re-book it through the MSD loans page, unless the item is not already booked by someone else.

### C*an I book the item for a friend?*

If you book an item, you take full responsibility for the item and any damage that occurs it.


---

# 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://ms-kb.msd.unimelb.edu.au/abp-loans-desk/master/faq/frequently-asked-questions.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.
