> For the complete documentation index, see [llms.txt](https://help.santesuite.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.santesuite.org/installation/installation-1/deployment/pre-flight-checklist.md).

# Pre-Flight Checklist

* [ ] [Business Architecture Developed](/installation/installation-1/planning-and-preparation-work/develop-a-business-architecture.md)
  * [ ] Use Cases understood and documented
  * [ ] Requirements documented ("what is success?")
  * [ ] New Processes Mapped
  * [ ] Document Sign-Off Obtained
* [ ] [Information Architecture / Profiles Developed](/installation/installation-1/planning-and-preparation-work/develop-an-information-architecture.md)
  * [ ] [Data Dictionary / Minimum Dataset based on local policy/environments documented](/installation/installation-1/planning-and-preparation-work/develop-an-information-architecture/establishing-minimum-datasets.md)
  * [ ] [Identity Environment / Sources Documented](/installation/installation-1/planning-and-preparation-work/develop-an-information-architecture/configuring-identity-domains.md)
  * [ ] Document Sign-Off Obtained
* [ ] [Operational Architecture / Plan Documented](/installation/installation-1/planning-and-preparation-work/develop-operational-technology-architecture.md)
  * [ ] Document Sign-Off Obtained
* [ ] Protection of Patient Information Documented
  * [ ] [Privacy Impact Assessment Drafted](/installation/installation-1/planning-and-preparation-work/developing-privacy-impact-assessments.md) / Reviewed
  * [ ] [Threat / Risk Assessment Drafted / Reviewed](/installation/installation-1/planning-and-preparation-work/develop-threat-risk-assessments.md)
* [ ] [Modifications to SanteDB Developed and Tested](/developers/extending-santesuite.md)
* [ ] Deployment Pre-Requisites Procured
  * [ ] Physical, Virtual or Cloud Resources Purchased and Installed
  * [ ] Operating Systems Installed and up to date
  * [ ] Antivirus Software Installed and up to date
  * [ ] Monitoring Software (SIEM or APM) Installed and up to date
  * [ ] Responsible Persons, Initial User Lists, etc. Available
  * [ ] Backup Infrastructure Available and configured
  * [ ] Security Certificates (SSL), Domain Name Registrations, and IP addresses obtained
  * [ ] Network packages / bandwidth obtained
  * [ ] Third party integration services credentials obtained (i.e. network operator services, external registries, e-mail or SMS services, etc.)&#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://help.santesuite.org/installation/installation-1/deployment/pre-flight-checklist.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.
