# Builder Cookbook

- [Overview](/builder-cookbook/overview.md)
- [Table of Contents](/builder-cookbook/table-of-contents.md): Contains the full list of recipes. Start here to find the features to build your projects.
- [Data Storage](/builder-cookbook/data-storage.md): Recipes of using Filecoin data storage features programmatically.
- [Store Data](/builder-cookbook/data-storage/store-data.md): Learn how to store data on the Filecoin network using different mechanisms that suit your project's requirements.
- [Retrieve Data](/builder-cookbook/data-storage/retrieve-data.md): Learn how to retrieve data for the Filecoin network with different approaches as well as incentivize data retrievability.
- [Privacy & Access Control](/builder-cookbook/data-storage/privacy-and-access-control.md): Learn about encrypting data to be stored on Filecoin and gating access to data already stored on Filecoin.
- [dApps](/builder-cookbook/dapps.md): Various features from Filecoin ecosystem to build your dApps.
- [Chain-Data Query](/builder-cookbook/dapps/chain-data-query.md): Learn how to connect to Filecoin RPC nodes and query Filecoin chain state and data.
- [Oracles](/builder-cookbook/dapps/oracles.md): Learn how to use oracle smart contracts to access external data sources when building an FVM dApp.
- [Cross-Chain Bridges](/builder-cookbook/dapps/cross-chain-bridges.md): Learn to support multi-chain dApp use cases with cross-chain bridges.
- [Decentralized Database](/builder-cookbook/dapps/decentralized-database.md): Learn how to store the application data with a decentralized database on Filecoin.
- [Filecoin Pin](/builder-cookbook/filecoin-pin.md): Pin IPFS content to Filecoin using familiar IPFS tools and workflows.
- [Filecoin Pin CLI](/builder-cookbook/filecoin-pin/filecoin-pin-cli.md): How to use the Filecoin Pin CLI to store and retrieve IPFS data on Filecoin
- [Filecoin Pin Github Action](/builder-cookbook/filecoin-pin/github-action.md): Host a static website with Filecoin Pin using GitHub Actions
- [Filecoin Pin dApp Demo](/builder-cookbook/filecoin-pin/dapp-demo.md): See an example of Filecoin Pin working end to end within a web context.
- [Filecoin Pin for ERC-8004 Agents](/builder-cookbook/filecoin-pin/erc-8004-agent-registration.md): How to use the Filecoin Pin CLI with ERC-8004 autonomous agents
- [FAQ](/builder-cookbook/filecoin-pin/faq.md)
