Create admin interface
Create integrated custom dashboard / admin interfaces
Let's see how to add left menu items on your project overview and link it to any content 🎓.
![](http://1e64.net/support/uploads/1594995580967-1.jpg)
On the left when you are administrator of the project you can use "Configure Menu"
![](http://1e64.net/support/uploads/1594995621625-2.jpg)
From there you can choose an icon, a name of the menu entity and a link to a relative path from your project or a full URL (https://) if embeded is authorized on that page. Let's create two different dashboard pages. The first one would be a direct access to AppDrag Cloud DB UI.
- Go to Cloud DB UI
- Create a new folder from scratch or a template
![](http://1e64.net/support/uploads/1594995630444-3.jpg)
Then on the sharing settings, you can share a single view of your choice. Click on embed to have an embeddable link of your Database UI.
![](http://1e64.net/support/uploads/1594995638439-4.jpg)
You can now use this link on the menu, here is the final result.
![](http://1e64.net/support/uploads/1594995654924-6.jpg)
Now let's have a look if you want to create your own page with AppDrag authentication.
![](http://1e64.net/support/uploads/1594995647058-5.jpg)
You can find the code here :
See the Pen Create Admin Interface by David (@DavidAppdrag) on CodePen.
The AppDrag token is forwarded to the page as an URL parameter. The code is the following for a basic authentication and get user information from the user :
![](https://1e64.net/support-documentatio-cb1e1b/uploads/1595502526942-Screenshot-2020-07-23-at-14.08.41.png)
Here is the final result of this page 🥳
![](http://1e64.net/support/uploads/1594995662349-7.jpg)
From there you can build absolutely any additional admin interface you need on your AppDrag project