> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finhub.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Tenant Registration

> Register your organization as a CoreX tenant through self-service signup

# Tenant Registration

Register your organization as a CoreX tenant through our self-service portal to start your white-labeled financial services platform.

## Self-Service Registration

CoreX offers a streamlined self-registration process. Visit our tenant signup portal to get started:

<Card title="Register Now" icon="user-plus" href="https://bpm-beta.finhub.cloud/new-tenant/signup">
  Start your CoreX registration at bpm-beta.finhub.cloud
</Card>

## Registration Process

```mermaid theme={null}
sequenceDiagram
    participant You
    participant Signup Portal
    participant FinHub Platform
    
    You->>Signup Portal: Visit signup page
    Signup Portal->>You: Registration form
    You->>Signup Portal: Submit business details
    Signup Portal->>FinHub Platform: Create tenant account
    FinHub Platform->>You: Welcome email with access
    You->>FinHub Platform: Access tenant portal
```

## Registration Steps

<Steps>
  <Step title="Visit Signup Portal">
    Navigate to [bpm-beta.finhub.cloud/new-tenant/signup](https://bpm-beta.finhub.cloud/new-tenant/signup)
  </Step>

  <Step title="Complete Registration Form">
    Provide your business and contact information
  </Step>

  <Step title="Verify Email">
    Confirm your email address via verification link
  </Step>

  <Step title="Access Tenant Portal">
    Log in to your new tenant account
  </Step>
</Steps>

## Required Information

During registration, you'll need to provide:

### Business Information

| Field                   | Description                               |
| ----------------------- | ----------------------------------------- |
| **Company Name**        | Legal name of your organization           |
| **Business Type**       | Type of business entity                   |
| **Registration Number** | Company registration/incorporation number |
| **Country**             | Country of incorporation                  |
| **Industry**            | Primary business industry                 |

### Contact Information

| Field                 | Description                          |
| --------------------- | ------------------------------------ |
| **Primary Contact**   | Name and email of main contact       |
| **Technical Contact** | Name and email for technical matters |
| **Phone Number**      | Business phone number                |

### Platform Details

| Field               | Description                    |
| ------------------- | ------------------------------ |
| **Platform Name**   | Desired name for your platform |
| **Target Market**   | B2C, B2B, or both              |
| **Expected Launch** | Approximate go-live timeline   |

## What Happens After Registration

1. **Account Created**: Your tenant account is instantly provisioned
2. **Welcome Email**: Receive login credentials and getting started guide
3. **Tenant Portal Access**: Access your dashboard to configure your platform
4. **Product Selection**: Choose which FinHub products you need
5. **Branding Setup**: Upload your brand assets for white-labeling

## Next Steps

<CardGroup cols={2}>
  <Card title="Select Products" icon="box" href="/baas/corex/getting-started/select-products">
    Choose your FinHub products
  </Card>

  <Card title="Provide Branding" icon="palette" href="/baas/corex/getting-started/provide-branding">
    Submit your brand assets
  </Card>
</CardGroup>
