# Table of Contents

#### Data Storage

* **Store Data**
  * [Prepare data for Filecoin storage](/builder-cookbook/data-storage/store-data.md#prepare-data-for-filecoin-storage)
  * [Store large data with smart contract](/builder-cookbook/data-storage/store-data.md#store-large-data-with-the-smart-contract)
  * [Store small data with storage onramps](/builder-cookbook/data-storage/store-data.md#store-small-data-with-storage-onramps)
  * [Manage storage deals with RaaS](/builder-cookbook/data-storage/store-data.md#manage-storage-deals-with-raas)
  * [Monitor storage deal status from a smart contract](/builder-cookbook/data-storage/store-data.md#monitor-storage-deal-status-from-a-smart-contract)
  * [Incentivized data storage](/builder-cookbook/data-storage/store-data.md#incentivized-data-storage)
* **Retrieve Data**
  * [Retrieve data using retrieval clients](/builder-cookbook/data-storage/retrieve-data.md#retrieve-data-using-retrieval-clients)
* **Ensure Data Privacy & Access Control**
  * [Encrypting data for storing on Filecoin](/builder-cookbook/data-storage/privacy-and-access-control.md#encrypting-data-for-storing-on-filecoin-ipfs)
  * [Gated access to your dataset](/builder-cookbook/data-storage/privacy-and-access-control.md#gated-access-to-your-dataset)

#### dApps Development

* **Chain-Data Query**
  * [Connecting to Filecoin networks via public RPC nodes](/builder-cookbook/dapps/chain-data-query.md#connecting-to-filecoin-networks-via-public-rpc-nodes)
  * [Listen to smart contract events](/builder-cookbook/dapps/chain-data-query.md#listen-to-smart-contract-events)
  * [Filter smart contract events](/builder-cookbook/dapps/chain-data-query.md#filter-smart-contract-events)
* **Oracle**
  * [Feed token prices to smart contract](/builder-cookbook/dapps/oracles.md#feed-token-prices-to-smart-contract)
* **Cross-Chain Bridge**
  * [Bridge wFIL with Axelar](/builder-cookbook/dapps/cross-chain-bridges.md#bridge-wfil-with-axelar)
* **Decentralized Database**
  * [Store data with Tableland](/builder-cookbook/dapps/decentralized-database.md#store-data-with-tableland)

[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/builder-cookbook/table-of-contents)


---

# 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.filecoin.io/builder-cookbook/table-of-contents.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.
