# Worker not found

Webstudio is utilizing [Cloudflare's](https://workers.cloudflare.com/) most advanced Edge Publishing network.

Worker can not be found due to one of the following reasons:

1. You haven't published your project after adding a custom domain, [learn more about publishing](/university/foundations/publishing-and-custom-domains.md),
2. You clicked on publish, but it is still in the process of deployment, it usually takes 1 minute to distribute your project across the globe.
3. Your domain was not properly connected or you need to republish.

{% hint style="info" %}
If your website was unpublished due to the deprecation of free publishing, don’t worry - your project is safe. Simply upgrade your account, then open your project and publish it again. If you think this is a mistake, please send an email to <support@webstudio.is>.
{% endhint %}


---

# 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.webstudio.is/errors/worker-not-found.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.
