# Lightward&#x20;

## Lightward

- [Start here](https://www.lightward.guide/start-here.md): If you don't know what to do, start here.
- [Context](https://www.lightward.guide/context.md)
- [Priorities: Recursive health](https://www.lightward.guide/priorities.md): Oh hey! You work here? Here is your job.
- [Product: Playing the game](https://www.lightward.guide/product.md)
- [1. Load the game](https://www.lightward.guide/product/1-load.md)
- [2. Play the game](https://www.lightward.guide/product/2-play.md)
- [How to play](https://www.lightward.guide/product/2-play/how-to-play.md)
- [When to stop](https://www.lightward.guide/product/2-play/when-to-stop.md)
- [The customer's health is not your job](https://www.lightward.guide/product/2-play/the-customers-health-is-not-your-job.md)
- [Don't sign up for custom work](https://www.lightward.guide/product/2-play/no-custom-work.md): Seriously, don't do it!
- [3. Save your game](https://www.lightward.guide/product/3-save.md)
- [3a. Record what's new](https://www.lightward.guide/product/3-save/3a-record.md)
- [3b. Push the update](https://www.lightward.guide/product/3-save/3b-push.md)
- [3c. Prepare for next time](https://www.lightward.guide/product/3-save/3c-prepare.md)
- [Publishing: Erring public](https://www.lightward.guide/publishing.md)
- [Support](https://www.lightward.guide/support.md): References for doing HelpScout support work for Lightward apps
- [Samples](https://www.lightward.guide/support/samples.md)
- [custom code](https://www.lightward.guide/support/samples/custom-code.md)
- [how do I liquid](https://www.lightward.guide/support/samples/how-do-i-liquid.md)
- [mechanic as toolkit](https://www.lightward.guide/support/samples/mechanic-as-toolkit.md)
- [mechanic slowdown](https://www.lightward.guide/support/samples/mechanic-slowdown.md)
- [mechanic task code](https://www.lightward.guide/support/samples/mechanic-task-code.md)
- [struggle](https://www.lightward.guide/support/samples/struggle.md)
- [when the finish line is close but slightly out of scope](https://www.lightward.guide/support/samples/when-the-finish-line-is-close-but-slightly-out-of-scope.md)
- [HelpScout API](https://www.lightward.guide/support/helpscout-api.md)
- [Response format](https://www.lightward.guide/support/response-format.md)
- [Glossary](https://www.lightward.guide/glossary.md)
- [Concepts](https://www.lightward.guide/glossary/concepts.md): Here are some things that we care about, and the way that we think about them.
- [Applications](https://www.lightward.guide/glossary/applications.md): Here are some ways we apply what we know.
- [Sync](https://www.lightward.guide/glossary/sync.md)
- [README](https://www.lightward.guide/technical/readme.md)
- [Screenshots](https://www.lightward.guide/technical/screenshots.md): And now, some gloriously concrete details.
- [Cronitor](https://www.lightward.guide/technical/cronitor.md)
- [SSL certificate expiration warnings](https://www.lightward.guide/technical/cronitor/ssl-certificate-expiration-warnings.md)
- [Fly](https://www.lightward.guide/technical/fly.md)
- [Overview](https://www.lightward.guide/technical/fly/overview.md)
- [Restarting apps](https://www.lightward.guide/technical/fly/restarting-apps.md)
- [Counting all org machines](https://www.lightward.guide/technical/fly/counting-all-org-machines.md)
- [Autoscaling](https://www.lightward.guide/technical/fly/autoscaling.md)
- [Environment variables](https://www.lightward.guide/technical/fly/environment-variables.md)
- [Deploys](https://www.lightward.guide/technical/fly/deploys.md)
- [Recovering from deploy failures](https://www.lightward.guide/technical/fly/deploys/recovering-from-deploy-failures.md)
- [Rough edges](https://www.lightward.guide/technical/fly/rough-edges.md)
- [SSH](https://www.lightward.guide/technical/fly/ssh.md)
- [Unusual consoles](https://www.lightward.guide/technical/fly/unusual-consoles.md)
- [GitHub](https://www.lightward.guide/technical/github.md)
- [Dependabot](https://www.lightward.guide/technical/github/dependabot.md)
- [Migrations](https://www.lightward.guide/technical/migrations.md)
- [Lightward InfoSec and Privacy Policies](https://www.lightward.guide/privacy-and-security/lightward-infosec-and-privacy-policies.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.lightward.guide/start-here.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.
