# FAQ

<details>

<summary> Is my site really permanent?</summary>

Yes. When you publish through Websync, your site gets stored on decentralized networks like **IPFS** or **Arweave**. That means it lives across many nodes globally — there’s no single point of failure, and no one can take it down. Your site is tied to its content hash, so as long as someone (you, or anyone else) keeps the data pinned or stored, it stays live forever.

</details>

<details>

<summary> Can I edit or update my site after publishing?</summary>

Absolutely. But here’s how it works: When you make edits and hit publish, you’re essentially creating a new, permanent version of your site. You can update your ENS link or share the new hash. The old version doesn’t vanish — it’s just out there, archived forever. That’s how decentralization works: nothing gets deleted, but you can always point people to your latest version.

</details>

<details>

<summary>What if WebSync shuts down? Will my site disappear?</summary>

No. And that’s the beauty of it. Websync is just a tool to help you build and publish. Once your site is live, it’s out of our hands but in a good way. The network keeps it alive, not us. Your work belongs to you, not the platform.

</details>

<details>

<summary>Do I need to know how to code?</summary>

Zero coding required. WebSync was built so that anyone, artists, writers, devs, founders, or total beginners can create something beautiful without touching a single line of code. Just click, type, drag, and ship.

</details>

<details>

<summary>Does it cost anything?</summary>

There will always be a basic free tier so anyone can get started. Premium features (extra templates, advanced tools, more storage, and analytics) can be unlocked either through holding/sub. Check tokenomics section&#x20;

</details>


---

# 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://websync.gitbook.io/websync/faq.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.
