# Aggiungi percorsi utente personalizzati utilizzando i plugin

**URL:** https://meta.discourse.org/t/add-custom-user-routes-using-plugins/102620
**Category:** Development
**Created:** [23 Novembre 2018, 5:33pm UTC](https://meta.discourse.org/t/add-custom-user-routes-using-plugins/102620 "2018-11-23T17:33:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ankit.jain](https://avatars.discourse-cdn.com/v4/letter/a/13edae/32.png) [@ankit.jain](https://meta.discourse.org/u/ankit.jain)
#### Post date: [23 Novembre 2018, 5:33pm UTC](https://meta.discourse.org/t/add-custom-user-routes-using-plugins/102620/1 "2018-11-23T17:33:47Z")

</div>

Hi Guys,

can someone please guide me how to add some custom user routes using plugins in discourse.

I have gone through the plugin creation tutorial and add an admin interface using the plugin but not able to get it to work for normal users.

Thanks.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [26 Novembre 2018, 2:12am UTC](https://meta.discourse.org/t/add-custom-user-routes-using-plugins/102620/2 "2018-11-26T02:12:53Z")

</div>

The way you swing this is by prepending at `/` like so:

> <https://github.com/SamSaffron/blog/blob/d09f5ea409e4a3a5d4905f511273bc0566e21cff/plugin.rb#L83-L85>

Then you can capture the route.

---

<div class="post-metadata">

### Author: ![ankit.jain](https://avatars.discourse-cdn.com/v4/letter/a/13edae/32.png) [@ankit.jain](https://meta.discourse.org/u/ankit.jain)
#### Post date: [5 Dicembre 2018, 7:56am UTC](https://meta.discourse.org/t/add-custom-user-routes-using-plugins/102620/3 "2018-12-05T07:56:02Z")

</div>

Thanks @sam for you response. Is there any other guide for making the things working in the Ember side as well as mounting engine will only add the URL in rails routes but how can we make that URL working over the ember side in case I want to add this custom functionality from plugin itself

Thanks
