# Welcome at MicroData!

This is the Handbook page of CEU MicroData. If you are here for the first time, welcome to the team! If you are revisiting something or upgrading this page it's at least as good!

The site consists of three main parts:

* **Onboarding** covers the basics to get you ready
* **Tools** includes materials that is useful in our day-to-day work
* **About us** tells you who we are and what we do

This is how this page works: We have lessons designed for you that are going to guide you through some of the most important tools, data and procedures we work with. It is designed to help you throughout your time here at the MicroData. Hopefully it contains information that you will often revisit and learn from. Nevertheless, it definitely doesn't replace learning from your peers. Whenever you run into any questions that a quick google search / Stack Overflow can't answer, make sure that you ask them on Slack. Even better: If you find out the answer you may want to add it here, so that others will find it more easily.

Enjoy both the lessons and your time at MicroData!

> ## License
>
> The content of this Handbook is provided under a Creative Commons Attribution-NonCommercial license (CC BY-NC 4.0). You are free to share and adapt this material under the restrictions described at <https://creativecommons.org/licenses/by-nc/4.0/>. Full license documentation is available [here](https://creativecommons.org/licenses/by-nc/4.0/legalcode).&#x20;


---

# 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://handbook.microdata.io/readme.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.
