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

# Archive

- [Introduction](https://docs.evefrontier.com/archive/introduction.md)
- [Smart Infrastructure](https://docs.evefrontier.com/archive/smart-infrastructure.md)
- [Smart Assemblies](https://docs.evefrontier.com/archive/smart-assemblies.md)
- [Smart Storage Unit](https://docs.evefrontier.com/archive/smart-assemblies/smart-storage-unit.md)
- [Smart Turret](https://docs.evefrontier.com/archive/smart-assemblies/smart-turret.md)
- [Smart Gate](https://docs.evefrontier.com/archive/smart-assemblies/smart-gate.md)
- [Setting Up Your Tools](https://docs.evefrontier.com/archive/setting-up-your-tools.md)
- [Setting Up The World](https://docs.evefrontier.com/archive/setting-up-the-world.md)
- [Smart Storage Unit](https://docs.evefrontier.com/archive/smart-storage-unit.md)
- [configure smart storage unit](https://docs.evefrontier.com/archive/smart-storage-unit/configure-smart-storage-unit.md)
- [deploy smart storage unit contracts](https://docs.evefrontier.com/archive/smart-storage-unit/deploy-smart-storage-unit-contracts.md)
- [Smart Turret](https://docs.evefrontier.com/archive/smart-turret.md)
- [configure smart turret](https://docs.evefrontier.com/archive/smart-turret/configure-smart-turret.md)
- [deploy smart turret contracts](https://docs.evefrontier.com/archive/smart-turret/deploy-smart-turret-contracts.md)
- [Smart Gate](https://docs.evefrontier.com/archive/smart-gate.md)
- [configure smart gate](https://docs.evefrontier.com/archive/smart-gate/configure-smart-gate.md)
- [deploy smart gate contracts](https://docs.evefrontier.com/archive/smart-gate/deploy-smart-gate-contracts.md)
- [Swagger World Api](https://docs.evefrontier.com/archive/swagger-world-api.md)
- [Stillness Blockchain Address](https://docs.evefrontier.com/archive/stillness-blockchain-address.md)
- [Decentralized Applications](https://docs.evefrontier.com/archive/decentralized-applications.md)
- [dApp Quick Start](https://docs.evefrontier.com/archive/decentralized-applications/dapp-quick-start.md)
- [Folder Structure](https://docs.evefrontier.com/archive/decentralized-applications/folder-structure.md)
- [Navigating the dApp (In-Game)](https://docs.evefrontier.com/archive/decentralized-applications/navigating-the-dapp-in-game.md)
- [Connecting From An External Browser](https://docs.evefrontier.com/archive/decentralized-applications/connecting-from-an-external-browser.md)
- [Building](https://docs.evefrontier.com/archive/decentralized-applications/building.md)
- [Customizing External dApps](https://docs.evefrontier.com/archive/decentralized-applications/building/customizing-external-dapps.md)
- [Building with the dApp Scaffold](https://docs.evefrontier.com/archive/decentralized-applications/building/building-with-the-dapp-scaffold.md)
- [World API](https://docs.evefrontier.com/archive/decentralized-applications/building/world-api.md)
- [Connecting In-Game](https://docs.evefrontier.com/archive/decentralized-applications/building/connecting-in-game.md)
- [Smart Contracts](https://docs.evefrontier.com/archive/smart-contracts.md)
- [Development in the EVE Frontier World](https://docs.evefrontier.com/archive/smart-contracts/development-in-the-eve-frontier-world.md)
- [MUD Explainer](https://docs.evefrontier.com/archive/smart-contracts/mud-explainer.md)
- [Smart Object Framework Explainer](https://docs.evefrontier.com/archive/smart-contracts/smart-object-framework-explainer.md)
- [EVE Frontier World Explainer](https://docs.evefrontier.com/archive/smart-contracts/eve-frontier-world-explainer.md)
- [Interfacing with the EVE Frontier World](https://docs.evefrontier.com/archive/smart-contracts/interfacing-with-the-eve-frontier-world.md)
- [Building Pragmatics](https://docs.evefrontier.com/archive/smart-contracts/building-pragmatics.md)
- [Introduction to PODs](https://docs.evefrontier.com/archive/introduction-to-pods.md)
- [Creating and Verifying PODs](https://docs.evefrontier.com/archive/creating-and-verifying-pods.md)
- [Zero Knowledge Proofs](https://docs.evefrontier.com/archive/zero-knowledge-proofs.md)
- [EVE Vault](https://docs.evefrontier.com/archive/eve-vault.md)
- [Wallet Game Setup](https://docs.evefrontier.com/archive/eve-vault/wallet-game-setup.md)
- [Browser Extension](https://docs.evefrontier.com/archive/eve-vault/browser-extension.md)
- [GAS Faucet](https://docs.evefrontier.com/archive/eve-vault/gas-faucet.md)
- [Known Issues](https://docs.evefrontier.com/archive/eve-vault/known-issues.md)
- [Troubleshooting](https://docs.evefrontier.com/archive/troubleshooting.md)
- [Builder](https://docs.evefrontier.com/archive/troubleshooting/builder.md)
- [Player](https://docs.evefrontier.com/archive/troubleshooting/player.md)
- [Wallet](https://docs.evefrontier.com/archive/troubleshooting/wallet.md)
- [Contributing](https://docs.evefrontier.com/archive/contributing.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 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.evefrontier.com/archive.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.
