> For the complete documentation index, see [llms.txt](https://management.lunr.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://management.lunr.tech/policies/internal-rules/cybersecurity-and-digital-devices/workplace-measures.md).

# Workplace measures

**Policy Elements**

**Visitors**

* You cannot have personal visits to your workplace.
* You cannot bring family members at your workplace.
* You can always meet family members in case of an emergency on your break out of the office space.
* Pets are not allowed in the office.

**Workplace code**

* Food at the workplace is not allowed unless it is a snack.
* You cannot eat your breakfast or lunch at your desk.
* You must have your breakfast and lunch in the cafeteria.
* You must bring your coffee mugs and water cups to the kitchen sinks at the end of the day.
* Every day you must check the windows and AC in your room to be switched off and closed.
* You must leave your workplace clean at the end of your workday.
* You are responsible for keeping your desk organized and free from any non-related working items

**Policy Violation**

In case the employee does not follow the Employee relationship measures, the following actions will be taken: Disciplinary action if minor violation;  [Corrective Action Plan (CAP)](/how-we-ensure-peoples-growth/performance/cap.md) if a severe or frequent violation

\ <br>


---

# 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://management.lunr.tech/policies/internal-rules/cybersecurity-and-digital-devices/workplace-measures.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.
