# Setting Up Your Account

## Setting Up Your Account

Getting started with **Open Letter Connect (OLC)** is quick and easy. This guide walks you through creating your account, completing your profile, setting up billing, and preparing your account for your first mail campaign.

## Step-by-Step: Creating Your OLC Account

1. **Go to** [app.openletterconnect.com](https://app.openletterconnect.com)
2. Click **“Sign Up”** in the top-right corner.
3. Fill in the following details:
   * **Name**
   * **Email address** (use your business email for best tracking)
   * **Industry**
   * **CRM you use**
   * **Role**
   * **Password**
4. Agree to the **Terms of Service** and click **“Create Account.”**
5. Check your inbox for a **verification email** and click the confirmation link.

> 💡 **Tip:** Use a team-shared inbox (like `marketing@yourcompany.com`) if multiple people will access the account.

## Completing Your Profile

After logging in:

1. Click your **profile icon** (top-right corner) and select **Account Settings**.

   <figure><img src="/files/gk0c9viBW2P7mxPVibun" alt=""><figcaption></figcaption></figure>
2. Add or update:

   * **Company name**
   * **Phone number**
   * **Default sender address** (used for letters & postcards)
   * **Preferred timezone** (for scheduling accuracy)

   <figure><img src="/files/HHCdpAolYZgBMgvJAr97" alt=""><figcaption></figcaption></figure>

**Why This Matters:** Your **default sender address** ensures compliance with mailing standards and improves deliverability.

## Setting Up Billing

To add funds for live mailers:

1. Go to **Wallet** in the top navigation.
2. Click **“Add Funds”** and select your **payment method**:
   * **Credit/Debit Card**
3. Enter the desired amount and confirm.

   <figure><img src="/files/k4fPcoUc0x2TetAitTW2" alt=""><figcaption></figcaption></figure>
4. Your **wallet balance** will update immediately.

> 💡 **Pro Tip:** Start with a small balance while testing, then top up for larger campaigns.

For detailed billing instructions, see: [Wallet & Billing](/olc-help-docs/getting-started/setting-up-your-account/wallet-and-billing.md) Guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openletterconnect.com/olc-help-docs/getting-started/setting-up-your-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
