# Build

- [Dev Quickstart](https://docs.freedomfactory.io/build/quickstart.md)
- [Airdrop to dGEN1 devices](https://docs.freedomfactory.io/build/airdrop-to-dgen1-devices.md): dGEN1 devices can claim an equal share on the device
- [dApp Store](https://docs.freedomfactory.io/build/dapp-store.md): Adding your app to the only onchain dedicated device!
- [dGEN1 Wallet Architecture](https://docs.freedomfactory.io/build/dgen1-wallet-architecture.md): A primer on how the keystorage works
- [Andyclaw](https://docs.freedomfactory.io/build/andyclaw.md)
- [Expo SDK](https://docs.freedomfactory.io/build/expo-sdk.md)
- [Test ethOS in an Emulator](https://docs.freedomfactory.io/build/test-ethos-in-an-emulator.md): For devs looking to test their app


---

# 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://docs.freedomfactory.io/build.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.
