> For the complete documentation index, see [llms.txt](https://docs.simple.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simple.org/onboarding.md).

# Onboarding

- [Code of conduct](https://docs.simple.org/onboarding/code-of-conduct.md): We take our code of conduct seriously. Please read this as a guide for being a positive contributor to this open source project.
- [Acronyms](https://docs.simple.org/onboarding/acronyms.md): Definitions for common acronyms you'll run into on the project
- [Glossary](https://docs.simple.org/onboarding/glossary.md): Common terms you'll run into on the project.
- [Recommended reading](https://docs.simple.org/onboarding/recommended-reading-material.md): Books and articles for people who are new to the Simple project and want to get up to speed on public health and data systems.


---

# 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://docs.simple.org/onboarding.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.
