# IPFS & PLS.TO Guide

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

## How do I connect my IPFS site to my domain name?

1. Go to our [PNS App](https://app.pulse.domains/) and click on the domain name you want to setup.
2. Click on "Edit Profile" and navigate to the "Website" tab.
3. Here enter your IPFS URL. Please make sure that your URL starts with ipfs\://
4. To finalize, press "Save" and confirm the transaction.

<figure><img src="/files/8LO9DprmIekwisgjLYd9" alt=""><figcaption></figcaption></figure>

5. Now your IPFS site URL is connected to your PNS domain name.&#x20;
6. You can access your website via any browser by adding .to at the end of your domain name.
   1. 000.pls ---> [000.pls.to](http://000.pls.to/)

## Example:

Original IPFS URL:

`ipfs://bafybeihpvx7oanhhfvf2jkw2g7nqzlwnye3ndhllhg6yl265vvtdpiteke`

New PNS URL:

`000.pls.to`

{% hint style="warning" %}
If you have a URL that is already using a dweb gateway you can make some modifications to route it through the PNS gateway by doing the following:
{% endhint %}

Original URL

```
https://pulsex.mypinata.cloud/ipfs/bafybeidea3ibq4lu5t6vk6ihp4iuznjb3ltsdm5y2shv4atxgyd3d33aim/
```

Remove anything before ipfs/ and add ipfs\://

```
ipfs://bafybeidea3ibq4lu5t6vk6ihp4iuznjb3ltsdm5y2shv4atxgyd3d33aim
```

## Quick links

{% content-ref url="/pages/T20xgVJRA0pLhTGbVSTH" %}
[Your Decentralized Website](/pls.to/your-decentralized-website.md)
{% endcontent-ref %}

{% content-ref url="/pages/CkUWzYwvzUg9ssFL4257" %}
[IPFS & PLS.TO Guide](/pls.to/ipfs-and-pls.to-guide.md)
{% endcontent-ref %}

## Quick links

{% content-ref url="/pages/jglqArCd04sqY1Mhd7Cl" %}
[Domain Registration](/guides/domain-registration.md)
{% endcontent-ref %}

{% content-ref url="/pages/oddx5MUnm1j6bEbqvraU" %}
[Updating Your Profile](/guides/updating-your-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/nGsXt5sVj2Mhsxt6ooF7" %}
[Terminology](/terminology.md)
{% endcontent-ref %}


---

# 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.pulse.domains/pls.to/ipfs-and-pls.to-guide.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.
