> For the complete documentation index, see [llms.txt](https://docs.decentraweb.org/decentraweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraweb.org/decentraweb/learn/using-decentraweb-domains/dwebs.to-web2-bridge.md).

# dwebs.to Web2 Bridge

{% hint style="info" %}
Note that the DWEB bridge works with all DWEB TLD and SLDs (subdomains). Though the site may take 10-20 seconds to load the first time it's visited to generate the proper SSL certificate.
{% endhint %}

The ultimate goal of Decentraweb is to exist across all browsers, networks, VPN's, and web3 applications without the end user installing or configuring anything. In the meantime we have the DNS Resolver, the incoming Browser Plugin, and JavaScript SDK. The dwebs.to bridge is another way you can share your web3 content with web2 users.\
\
Any A, CNAME, or IPFS content records you set on your TLD's or subdomains should be accessible via dwebs.to in the following example:\
\
DWEB domains examples:\
\
<http://sagan./> (IPFS content record set)\
\
dwebs.to bridge example:\
\
<https://sagan.dwebs.to/>\
\
If you have pinned a folder to IPFS you can also link directly to assets like so:\
\
<https://sagan.dwebs.to/image/record.jpg>\
\ <br>


---

# 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.decentraweb.org/decentraweb/learn/using-decentraweb-domains/dwebs.to-web2-bridge.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.
