# How to change Plan user
By default plan is "Free" with some limitation. To modify this you must modify directly on the postgresql.
You could expose port from container and connect with pgadmin.
You can list all plan with:
SELECT * FROM public.features
If you want to modify the plan for users you can find here:
SELECT * FROM public.user_features
For the version 0.14, I modify feature_id and modify it with "6". It give 100gb space and up to 10 users per workspace.