# Freedom Factory

## Freedom Factory

- [Welcome](https://docs.freedomfactory.io/readme.md): Setup your dGEN1 or explore our SDKs!
- [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
- [Wallet SDK](https://docs.freedomfactory.io/sdks/jvm-sdk.md)
- [dGEN SubAccount SDK](https://docs.freedomfactory.io/sdks/dgen-subaccount-sdk.md)
- [Paymaster SDK](https://docs.freedomfactory.io/sdks/paymaster-sdk.md)
- [Contacts SDK](https://docs.freedomfactory.io/sdks/contacts-sdk.md)
- [dGEN1 Terminal SDK](https://docs.freedomfactory.io/sdks/dgen1-terminal-sdk.md)
- [XMTP Messenger SDK](https://docs.freedomfactory.io/sdks/xmtp-messenger-sdk.md)
- [Setup your dGEN1](https://docs.freedomfactory.io/docs/setup-your-dgen1.md): All you need to know to start using your dGEN1
- [Recovery - dGEN1 Burner Card](https://docs.freedomfactory.io/docs/setup-your-dgen1/recovery-dgen1-burner-card.md)
- [Operating dGEN1](https://docs.freedomfactory.io/docs/setup-your-dgen1/operating-dgen1.md)
- [How to update your dGEN1](https://docs.freedomfactory.io/docs/setup-your-dgen1/how-to-update-your-dgen1.md): Your guide to over-the-air (OTA) updates
- [dGEN1 Features](https://docs.freedomfactory.io/docs/dgen1-features.md): A short list :)
- [Wallet App](https://docs.freedomfactory.io/docs/dgen1-features/wallet-app.md)
- [Claim your Airdrops](https://docs.freedomfactory.io/docs/claim-your-airdrops.md)
- [Airdrop pool info](https://docs.freedomfactory.io/docs/claim-your-airdrops/airdrop-pool-info.md)
- [Launch a Token](https://docs.freedomfactory.io/docs/launch-a-token.md)
- [Paymaster Guide](https://docs.freedomfactory.io/docs/paymaster-guide.md)
- [NFTs on the dGEN1](https://docs.freedomfactory.io/docs/nfts-on-the-dgen1.md)
- [Browsing Onchain](https://docs.freedomfactory.io/docs/browsing-onchain.md)
- [Connect your dGEN1 wallet to apps](https://docs.freedomfactory.io/docs/browsing-onchain/connect-your-dgen1-wallet-to-apps.md): On App Store apps or through Firefox Browser
- [Changelog](https://docs.freedomfactory.io/changelog/changelog.md): Every ota is going to bring new bug fixes, updates and features. We're just getting started.


---

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