/* Guide M13: Running the lift contract yourself */
const { GuideLayout } = window;

const sections = [
  { h: null, ps: [
    "Running the lift contract yourself is genuinely workable, and plenty of buildings do it well. But self-managing a lift contract means more than approving the invoice when it arrives. Someone has to know what the agreement says, what the building is already paying for, when a separate charge is justified, what needs to be questioned, and which dates cannot be missed.",
    "This guide is not an argument against doing that in-house. It is an honest account of what the job actually involves, where the time goes, and what tends to happen when nobody has clear ownership of it.",
  ]},
  { h: "What it costs in time", ps: [
    "The routine administration is not especially time-consuming. The work is in understanding what you are checking.",
    "The maintenance agreement needs to be read properly, not just filed. Each invoice needs to be checked against the relevant pricing, inclusions and exclusions. A repair quote needs more than an arithmetic check: somebody needs to establish what has failed, whether the proposed work sits inside or outside the maintenance agreement, whether the scope is appropriate and whether the price needs another view. Service and breakdown records need to be retained, and the contract's escalation, expiry and notice dates need to be known before they become urgent.",
    "When everything is running normally, much of that can be handled in minutes. A well-organised building with one or two lifts, a clearly nominated person and a good understanding of its agreement can absolutely keep it in-house.",
    "The difficulty is that the months requiring the most attention are rarely predictable. A major repair quote, repeated breakdowns, a disputed invoice, a contract renewal or a tender can suddenly require several hours of contract reading, correspondence and comparison, usually with a deadline attached.",
    "That is the real commitment in self-managing. It is not a large number of hours spread neatly across the year. It is maintaining enough knowledge and discipline during the quiet periods to recognise when something needs attention, then having the time to deal with it properly when it does.",
  ]},
  { h: "What it costs when the time is not spent", ps: [
    "The costs of not doing the job do not announce themselves, which is why they are easy to carry for years.",
    "**Escalation drift.** Annual increases get applied across a contractor's whole portfolio at once, and the cap written into an individual contract can get missed. Nobody is misbehaving; the number is simply wrong until somebody compares it, and each unchecked year compounds on the last.",
    "**Call-outs paid twice.** Many maintenance agreements include breakdown attendance for the equipment and faults they cover, but whether a particular call-out is included depends on the agreement, its exclusions and the cause of the fault. That is exactly why a separately invoiced call-out should be checked against the contract before it is approved: otherwise the building can pay separately for something the monthly fee already includes, and it keeps happening for as long as nobody asks which clause made this one chargeable.",
    "**The missed window.** An agreement that renews automatically inside an unwatched notice period locks the building in for another term on the existing terms. It can be one of the most expensive administrative oversights in lift ownership, and one of the easiest to prevent.",
    "**The unread quote.** Repair work approved without checking it against the contract's inclusions, or without a comparable second view, is money decided on trust. Sometimes the trust is justified. The point is that nobody knows.",
    "**The missing records.** At a changeover of contractor or manager, a building without its own service history starts the new relationship blind, and negotiates from the same position.",
  ]},
  { h: "Three sensible ways to manage it", ps: [
    "**Habits.** A named person, the checks above, and the discipline to keep them up through the quiet months. This is the right answer when the portfolio is small and somebody genuinely owns the task: an engaged committee, a willing treasurer, one or two lifts. There are guides on this site for every habit on the list.",
    "**Software.** The right answer when the knowledge and the responsibility exist but time and consistency are the challenge. The checking is exactly the kind of work a system does well: reading the agreement once, then comparing each invoice and quote against it as they arrive, watching the dates and keeping the records in one place. Instead of relying on someone remembering to pull the contract out when an invoice arrives, the contract becomes the reference point every time. The person stays in charge of every decision; the system does the repetitive comparing, the date watching and the filing.",
    "**Handled.** The whole job given to an independent specialist, with the building receiving a brief before each committee meeting instead of a folder of tasks. The right answer when the portfolio or the workload reaches the point where a committee or building manager should not be spending their time administering a lift contract, because the same hours are worth more somewhere else. This is the arrangement LPM Managed provides, for buildings that want it.",
  ]},
  { h: "How to decide", ps: [
    "Count the lifts, then count the hours honestly. One building and a willing treasurer: habits, and this site's guides will carry you. A handful of buildings alongside a full workload: the software makes the habits fit the time available. A portfolio: the arithmetic usually answers itself.",
    "Whichever way you go, the test is the same. If the committee asked tomorrow why the lift costs went up this year, someone should be able to answer from the contract, in a sentence. If nobody can, it does not necessarily mean the building needs a consultant. It means the contract needs an owner. Whether that owner is a person, a system or an independent specialist is the decision, and any of the three, genuinely held, is a good one.",
  ]},
];

ReactDOM.createRoot(document.getElementById("root")).render(
  <GuideLayout
    slug="managing-the-lift-contract-yourself.html"
    datePublished="2026-09-09"
    title={<>Running the lift contract <span className="soft">yourself.</span></>}
    sub="Self-managing is workable and many buildings do it well. What it costs in hours, what it costs when the hours are not spent, and three sensible ways to manage it."
    sections={sections}
  />
);
