# Propagation Process

A domain's DNS (Domain Name System) converts web URLs (such as [www.madebyvasilis.site](http://www.madebyvasilis.site/)) into IP addresses (such as 23.236.62.147) used by computers to exchange data across the internet. In short, DNS matches names with numbers to deliver websites to your browser. \
\
Whenever you change your domain's DNS, your domain host notifies the root DNS servers, which in turn notifies the ISPs (Internet Service Providers). This process is known as domain propagation.

**Important: Domain propagation may take up to 48 hours to complete.**

### During the domain propagation process:

* You may not be able to view your live site online.&#x20;
* Your previously connected live site may appear on your domain.&#x20;
* You may not receive emails connected to your domain.&#x20;
* Published changes to your site may not appear on your live site.&#x20;
* Your site may appear correctly in one browser or computer, but not in another.&#x20;
* The SSL certificate will only be issued once propagation is complete.


---

# 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://support.madebyvasilis.site/domain-name/propagation-process.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.
