> For the complete documentation index, see [llms.txt](https://university.obvious.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.obvious.in/people-experience/employment-policies/drugs-and-alcohol.md).

# Drugs and alcohol

## 👋 Introduction

Our priority at Obvious is to create a safe, comfortable, and productive environment for everyone we work with. We realize that drugs and alcohol can contribute to a culture of harassment or one that feels unsafe for some employees, even as it can foster camaraderie and friendship among others. Above all other considerations, our drug and alcohol policy is intended to preempt and avoid harassment and make working at Obvious feel safe.

***

## 1️⃣ Alcohol

Alcohol may be served at Obvious events, such as at team dinners or at Obvious team off-sites.

* **It is the responsibility of every employee to ensure that their individual consumption is not making anyone else feel uncomfortable or unsafe.**
* Employees who violate this policy may face disciplinary action, up to and including termination.

***

## 2️⃣ Drugs

* Illegal drugs should not be used, bought, sold, or distributed while working either in the office or remotely while representing Obvious. For the purposes of this handbook, "illegal" shall mean as defined by the local laws where you are working or representing Obvious (e.g., the laws of the State of Karnataka, if you are working in Bengaluru).

***


---

# 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://university.obvious.in/people-experience/employment-policies/drugs-and-alcohol.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.
