> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/getting-started/initial-account-setup-guide.md).

# Initial Account Setup Guide

This guide provides a step-by-step walkthrough of the initial account setup process in Realview Hub using the onboarding wizard. This wizard helps you configure essential settings to get your business up and running efficiently.

### Prerequisites <a href="#h_8f906148b7" id="h_8f906148b7"></a>

* An active Realview Hub account.
* Successfully logged into your Realview Hub account for the first time.

{% embed url="<https://www.youtube.com/embed/WuyYvfMbtTY?rel=0>" %}

### Steps <a href="#h_2f6eec7915" id="h_2f6eec7915"></a>

Upon your first login, you will be presented with the "Welcome to NY Media Demo" onboarding wizard. This wizard guides you through several key configuration steps.

### 1. Welcome <a href="#h_91c71c2546" id="h_91c71c2546"></a>

1. On the "Welcome to NY Media Demo" screen, review the introductory message.
2. Click the Get Started button to begin the setup process.

### 2. Financial Setup <a href="#h_deafedf4dd" id="h_deafedf4dd"></a>

This section allows you to configure your business's financial settings.

1. Currency: Select your business's operating currency.
2. Time Zone: Choose your business's time zone.
3. Tax Rate: Enter the applicable tax rate for your region (e.g., 13% for Ontario).
4. Unit of Measurement: Select your preferred unit of measurement (e.g., Imperial).
5. Invoice Prefix: Enter a prefix for your invoices (e.g., `INV`).
   * Note: This prefix cannot be changed later without contacting support.
6. Starting Invoice Number: Specify the starting number for your invoices (e.g., `1000`).
7. Click Next.

### 3. Contact Info <a href="#h_c1dbd5b1ad" id="h_c1dbd5b1ad"></a>

Provide the primary contact details for your business. This email address will be visible to your customers and staff.

1. Contact Email: Enter a contact email address. This should be different from your login email.
2. Phone Number: Input your business's contact phone number.
3. Country: Select your business's country.
4. Address: Enter your business's street address.
5. City: Enter your business's city.
6. Click Next.

### 4. Social Media <a href="#h_a3721663cf" id="h_a3721663cf"></a>

Add your social media account links to integrate them with your Realview Hub presence.

1. Enter the URLs for your social media accounts. These will be used on your order forms, landing pages, and other advertised content.
2. Click Next.

### 5. Email Branding <a href="#h_f122fc8227" id="h_f122fc8227"></a>

Configure email whitelabeling to send emails from your own domain.

1. Enter the email address you wish to use for sending communications.
2. Realview Hub uses Amazon AWS email services. Upon entering your email, Amazon will send a confirmation email to that address.
3. Open the confirmation email and click the provided link to verify your email. This process is free of charge.
   * Note: If you do not complete this step, emails sent from the app will use a generic "<noreply@realviewhub.com>" address.
4. Click Next (or skip for now if you prefer to configure this later).

### 6. Custom Domain <a href="#h_4b29059b12" id="h_4b29059b12"></a>

Whitelabel your Realview Hub application with your existing domain.

1. Enter your custom domain (e.g., `media.nymediademo.com`).
   * Note: This ensures that all login pages, staff portals, and customer portals reflect your branding. If you do not have a custom domain, you can skip this step.
2. Click Continue.

### 7. Terms of Service <a href="#h_2c2055fcca" id="h_2c2055fcca"></a>

Create and manage your terms of service.

1. Enter your terms of service content. The system uses placeholders to embed customer information when an order is placed or media is downloaded.
2. Choose where to display these terms:
   * Show on all order forms
   * Enforce in the delivery page
   * Both
3. Click Next (or skip for now).

### 8. Copyright <a href="#h_56f0f836f4" id="h_56f0f836f4"></a>

Apply copyright information for your media work.

1. Enter your copyright details.
2. Click Next (or skip for now).

### 9. Review <a href="#h_c448a74f5c" id="h_c448a74f5c"></a>

Review all the settings you have configured.

1. Carefully check all the information you have entered in the previous steps.
2. If everything is correct, click Complete Your Setup.

### Tips <a href="#h_7f0878c960" id="h_7f0878c960"></a>

* Invoice Prefix: Be mindful when setting your invoice prefix as it requires support intervention to change later.
* Email Branding: Whitelabeling your email is crucial for professional communication and branding. Ensure you complete the Amazon AWS email verification process.
* Terms of Service: Utilize the dynamic placeholders in the Terms of Service to automatically embed relevant customer data.

### Conclusion <a href="#h_8b7c11ee46" id="h_8b7c11ee46"></a>

You have successfully completed the initial setup of your Realview Hub account. Your business is now configured with essential settings, allowing you to effectively manage your operations within the platform.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.realviewhub.com/getting-started/initial-account-setup-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
