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

# Credentials & Setup

> Phase 1: Getting your Reach credentials and initial setup

## What Reach Provides

<CardGroup cols={2}>
  <Card title="Credential Sets" icon="key">
    * Dev and prod credential sets
    * Partner hash and JWT secret
    * Partner API Key
    * Additional environments upon request
  </Card>

  <Card title="Communication & Access" icon="slack">
    * Shared Slack channel for technical questions
    * Access to Partner Dashboard
    * Direct line to product and engineering team
  </Card>
</CardGroup>

## Your Responsibilities

### 1. Store Credentials Securely

**Best Practices:**

* Use environment variables or secrets management (AWS Secrets Manager, HashiCorp Vault, etc.)
* Never commit credentials to version control
* Rotate credentials if compromised
* Restrict access to credentials to only necessary team members

### 2. Request Additional Environments

If you need staging, demo, or other environments beyond dev/prod:

1. Contact Reach team via your shared Slack channel
2. Specify what environment you need and its purpose
3. Receive additional credential sets
4. Configure your application to use appropriate credentials per environment

### 3. Join Communication Channels

**Shared Slack Channel Usage:**

* Technical questions during implementation
* Schema definition assistance
* Verifying tracking implementation
* Requesting additional credentials
* Troubleshooting customer setup issues

<Tip>
  The Reach team monitors your shared Slack channel during business hours. For urgent production issues, include "@channel" in your message.
</Tip>

## Next Steps

Once your credentials are set up and secured, you're ready to begin frontend integration.

<Card title="Phase 2: Frontend Integration" icon="window-maximize" href="/onboarding/phase-2-frontend">
  Create JWT authentication endpoint and embed the Reach UI
</Card>
