> 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/how-we-build-processes-and-a-great-product/knowledge-management/learning-day.md).

# Learning day

The Learning Day is our knowledge-driven initiative and it occurs on the last Tuesday of each month. It is a whole day dedicated to Learning. We start with breakfast at 9h00 filled with brain booster food and after that, we start the training according to the following formats:

* **Tech Challenges**: consist of a presentation with an instructor that will act as a facilitator for the employee to assimilate the knowledge. After the training, employees receive a Tech Challenge to prove that they are capable of completing tasks relating to what they just learned.
* **Tech Sessions**: consist of a collaboration activity or open format seminar. It can be given by an external trainer and it also comes with a task to be completed that varies from topic to topic.

<figure><img src="/files/xnkj2TnPo81WvJ8ajWE9" alt=""><figcaption></figcaption></figure>

After the completion of a training session, you will receive a challenge to prove you are capable of completing tasks related to what you just learned. They are usually short exercises to test you.&#x20;


---

# 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/how-we-build-processes-and-a-great-product/knowledge-management/learning-day.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.
