# Core Concepts

### Domain name

A domain name or website name is a name fo your website. Browsers will use a Domain Name Service to lookup your website's name and understand where your website files are located (this could be on a server or on blockchain) \
Example: **mywebsite.com** or **mywebsite.crypto**

### &#x20;Hosting

Hosting is nothing else then a publicly viewable folder which contains your website files. This has a unique address on the internet. When a visitor types your website name in their browser, the browser calls a Domain Name Service (think Yellow Pages for the Internet) which points it to the technical address of this folder. This is how a browser finds your website and can display to page you made with Pazly to your visitors.


---

# 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.pazly.dev/publishing-your-website/core-concepts.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.
