How to change the url of AI chatbot to remove any reference to Discourse (self-hosted)

Dears, Good Morning,

As I am exploring discourse feature on my self-hosted instance, I recently configured the Discourse AI plugin. So far so good, the plugin is really promising !

The chatbot works well, but I have a small cosmetic question. I note that the url of the AI chatbot follows the pattern "https://[whatever domain name]/discourse-ai/ai-bot/conversations".

From branding perspective, is there a way to “change” or “rename” the url of that chatbot conversation page so it does not reflect “discourse-ai” into it ? (Not that I don’t want any reference to discourse on my instance, I can totally live with the as-is to be honest :wink: but I was just wondering if there is an easy way to do so).

Thank you so much for your help and support,

Cheers, Terenui

AFAIK the URL path is hardcoded in the plugin’s route configuration, and at least there is no built-in site setting or simple configuration option to change it.

Or none that I can find either at least :wink:

@Falco Will know for sure :sparkles:

URLs aren’t customizable.

If this is of utmost importance for you, you can technically fork the plugin and maintain a fork with a different URL for that page, but it comes with a somewhat heavy maintenance burden.