# What is the difference between addon domains and ‘alias’ domains?

### Addon and alias domains <a href="#addondomains-addonandaliasdomains" id="addondomains-addonandaliasdomains"></a>

| Characteristic                                                                 | Addon domains | Alias domains |
| ------------------------------------------------------------------------------ | ------------- | ------------- |
| The main domain appears in the address bar.                                    | Yes           | No            |
| The domain uses the following Apache directive:                                | VirtualHost   | ServerAlias   |
| The domain uses separate logs.                                                 | Yes           | No            |
| The domain uses separate stats.                                                | Yes           | No            |
| The system treats the domain as a subdomain (other than the URL).              | Yes           | No            |
| This type of domain is ideal for multiple domains that share the same address. | No            | Yes           |


---

# 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://kb.vimzaa.com/cpanel-hosting/cpanel-domains/what-is-the-difference-between-addon-domains-and-alias-domains.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.
