# Onboarding

- [Checklist](https://handbook.microdata.io/onboarding/checklist.md): To-dos before starting the onboarding process
- [Setup](https://handbook.microdata.io/onboarding/setup.md)
- [Using the terminal](https://handbook.microdata.io/onboarding/terminal.md)
- [Git and GitHub](https://handbook.microdata.io/onboarding/git-and-github.md): A quick introduction
- [Server](https://handbook.microdata.io/onboarding/server.md): How to use the haflinger server
- [Bead](https://handbook.microdata.io/onboarding/bead.md): Changing your data and code together
- [Working with data](https://handbook.microdata.io/onboarding/working-with-data.md): How to work with the data
- [Storing CAT3 data](https://handbook.microdata.io/onboarding/working-with-data/storing-cat3-data.md): How do I create an encrypted folder on my computer?
- [Best practices](https://handbook.microdata.io/onboarding/best-practices.md)
- [Stata style guide](https://handbook.microdata.io/onboarding/stata-style-guide.md)
- [Project management](https://handbook.microdata.io/onboarding/projects.md)


---

# 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/onboarding.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.
