# Time Accurarcy

## On Time

* Being on time each day is 🔑x1
* Being on time 10 times in a row is 🔑x100

## Premissions

If you know you're going to be late or absent with an excuse, you can require permission. This will cost you keys.

* request a day costs 🔑x30.
* Being late is minus:
  * 🔑x1 if you arrive after 9:00 A.M
  * 🔑x2 if you arrive after 10:00 A.M
  * 🔑x4 if you arrive after 11:00 A.M
  * 🔑x8 if you arrive after 12:00 P.M
  * 🔑x16 if you arrive after 14:00 P.M
  * 🔑x32 if you arrive after 15:00 P.M
  * 🔑x64 if you arrive after 16:00 P.M
* *Additionally*
  * being late 3 times in a month is minus 🔑x300
  * being late 3 times in a row is minus 🔑x1000

If you're late more than 3 times in a row without a valid excuse. you will get an **exclusion**

**The same rules apply in reverse. Leaving early incurs the same penalty**

If you have a medical condition or some sort of terrible urgency, you may obtain discounts. Talk to us.


---

# Agent Instructions: 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:

```
GET https://codi.gitbook.io/docs/general/01_pragma/05_time-accuracy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
