> For the complete documentation index, see [llms.txt](https://mtrsolution.gitbook.io/eventic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtrsolution.gitbook.io/eventic/installation/domain-name.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mtrsolution.gitbook.io/eventic/installation/domain-name.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
