Organization Setup¶
Configure your GxPSign organization settings.
Initial Configuration¶
When your organization is created, you'll need to configure several settings.
Basic Settings¶
| Setting | Description |
|---|---|
| Organization Name | Your company or organization name |
| Slug | URL-friendly identifier (e.g., "acme-corp") |
| Domain | Optional custom domain |
Accessing Settings¶
- Sign in as an Organization Owner
- Click Settings in the navigation
- Select Organization Settings
Screenshot Coming Soon
Screenshot of organization settings will be added here.
Subdomain Configuration¶
GxPSign uses subdomain-based multi-tenancy for secure data isolation.
How It Works¶
Your organization's URL follows this pattern:
For example:
- Acme Corp:
https://acme-corp.gxpsign.app - BioPharm Inc:
https://biopharm.gxpsign.app
Data Isolation¶
Subdomains provide complete data isolation:
- Each organization has its own database context
- Row Level Security (RLS) enforces access at the database level
- Users can only access their organization's data
- Even administrators cannot cross organization boundaries
Security Feature
RLS policies are enforced at the PostgreSQL database level, providing security that cannot be bypassed by application code.
Editing Organization Details¶
Changing Organization Name¶
- Go to Settings > Organization
- Click Edit next to Organization Details
- Update the Name field
- Click Save
Updating Slug¶
Slug Changes
Changing your slug will change your organization's URL. All users will need to use the new URL, and old bookmarks will stop working.
- Go to Settings > Organization
- Click Edit
- Update the Slug field
- Review the new URL shown
- Click Save
Subscription & Billing¶
GxPSign uses a seat-based pricing model. There are no plan tiers.
SignatureManager Seats¶
Each paid SignatureManager seat ($950/seat/month) allows one user to:
- Create and send signature requests
- Produce clean, unbranded signed PDFs
Demo SignatureManager seats are free and allow the same workflow, but signed PDFs include a DEMO watermark.
Viewing Your Seats¶
- Go to Settings > Billing
- See current seats purchased and seats in use
- View which users hold paid and demo seats
Purchasing More Seats¶
- Go to Settings > Billing
- Click Purchase / Adjust Seats
- Enter the number of seats needed
- Save
No Auto-Assignment
Purchasing seats does not automatically assign them to users. After purchasing, go to Users and assign seats individually from each user's detail page.
Managing Billing¶
- Go to Settings > Billing
- Click Purchase / Adjust Seats to change seat count
- Update subscription status as needed
Security Settings¶
Session Timeout¶
Configure how long users can stay signed in:
- Go to Settings > Security
- Set Session Timeout (in minutes)
- Click Save
Password Policy¶
Set password requirements for your organization:
| Setting | Default |
|---|---|
| Minimum length | 8 characters |
| Require uppercase | Yes |
| Require number | Yes |
| Require special character | No |
Danger Zone¶
Transfer Ownership¶
To transfer organization ownership:
- Go to Settings > Organization
- Scroll to Danger Zone
- Click Transfer Ownership
- Select the new owner (must be an existing user)
- Confirm the transfer
Cannot Undo
Once transferred, you will lose owner permissions unless the new owner grants them back.
Delete Organization¶
Permanent Deletion
Organization deletion is permanent and cannot be undone. All documents, users, and settings will be deleted.
To delete an organization:
- Contact support@gxpsign.app
- Verify ownership
- Confirm deletion request
- Data will be deleted within 30 days
Best Practices¶
- Complete setup early - Configure all settings before inviting users
- Descriptive slug - Use a clear, memorable slug
- Document settings - Keep a record of your configuration
- Review regularly - Periodically audit your organization settings