> For the complete documentation index, see [llms.txt](https://infobipengineering.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infobipengineering.gitbook.io/handbook/benefits/good-hardware.md).

# Good Hardware

Having equipment that gets the job done is hardly a benefit. It's a necessity. As a new Engineering employee, you get a **set of standard equipment**:

* HP EliteBook 850 G#
* MacBook Air (13-inch, M4, 2025) 16GB 13.0" Retina SSD 256GB
* MacBook Air (15-inch, M4, 2025) 16GB 15.0" Retina SSD 256GB
* ThinkPad T14 Ultra 7 Intel Core Ultra 7 155U 16GB 14.0" WUXGA SSD 512GB
* ThinkPad T16 Ultra 7 Intel Core Ultra 7 155U 16GB 14.0" WUXGA SSD 512GB
* HP EliteDisplay E24 G4 monitor (docking station included)
* Mouse and Headphones

Based on employee needs and position requirements (such as technologies they'd be working on or the type of work), your line manager can approve non-standard equipment:

* MacBook Pro (14-inch, M4 Pro) 24GB 14.0" Retina SSD 512GB
* MacBook Pro (14-inch, M4) 16GB 14.0" Retina SSD 512GB
* MacBook Pro (16-inch, M4 Pro) 24GB 16.0" Retina SSD 512GB
* HP EliteDisplay E24 G4 monitor (docking station included)
* Mouse and Headphones

To ensure you have all the necessary equipment and tools for smooth day-to-day work, we have a **dedicated Corporate IT team**. They might be the most helpful crew around! In case you need support or troubleshooting with any piece of equipment or internal tool, raise a ticket and they will help you out in the office or remotely.&#x20;

And in case your headset stops working for some reason or your monitor just isn't feeling like doing much these days, there is no complicated procedure or 100 business days wait to get a replacement. You just request a replacement from your nearest Corporate IT member. Simple as that.


---

# 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://infobipengineering.gitbook.io/handbook/benefits/good-hardware.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.
