# Domain Name

You should already ordered a domain name from the various domain name registrars available.

**Your chosen domain name have to point to the /public directory at the root of your project.**

{% hint style="info" %}
If your app does not live at the root of your web server nor in a subdomain (i.e. it lives under a subdirectory, like `/myAppSubdirectory`), you will need to configure that in the **webpack.config.js** file at the root of your project. *Please contact us (and send us the subdirectory) so we can generate the appropriate configuration files for your project*

```
.setPublicPath('/myAppSubdir/assets/')
```

Symfony Official Documentation Article about this matter:

<https://symfony.com/doc/4.4/frontend/encore/faq.html#my-app-lives-under-a-subdirectory>

Please also note that the menu and footer links can be broken if you host the platform in a subdirectory.

**Recommended**&#x20;

* **<https://www.yourdomain.com>**
* **<https://yourdomain.com>**
* **<https://eventic.yourdomain.com>**

**Not recommended**

* **<https://www.yourdomain.com/myAppSubdirectory>**
  {% 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://mtrsolution.gitbook.io/eventic/installation/domain-name.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.
