# web3 Settings

#### IPFS Resolver

If the data you are indexing has a link to IPFS within the data structure, you can select an option to fetch and resolve that data. Simply select the ***IPFS Resolver*** checkbox and paste in the exact field name that points to the IPFS link. If the fields are nested, use dot `.` to separate them.

On every new insertion request, Sepana will fetch the data stored on IPFS and index it within the same data object as its source. This allows for easy search and discovery of both the original incoming data as well its counterpart hosted on IPFS.

<figure><img src="/files/XqDi3mfPwNlNTMFMPi2O" alt=""><figcaption></figcaption></figure>

Additional Resolvers for ENS, POAPs, NFTs, Wallets, and more will be coming soon.


---

# 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.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/web3-settings.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.
