# Getting Started

### 1. Prerequisites

* **An Internet Connection**: Ensure that you have a stable and working internet connection. This is essential for the proper functioning of the product.
* **Firewall and Network Requirements**: If you are using a corporate network, make sure that your firewall have any restrictions to the following URLs:
  1. [`https://api.unecast.com`](https://api.unecast.com)
  2. [`https://app.unecast.com`](https://app.unecast.com)
  3. [`https://developer.unecast.com`](https://developer.unecast.com)

### 2. Self Registration (SaaS Platform)

#### **Step 1: Access the Registration Page**

Go to the application URL (<https://app.unecast.com>) and click on [Create a new account](https://app.unecast.com/registration) or directly visit <https://app.unecast.com/registration>

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

#### **Step 2: Enter Basic Information**

Fill in the required fields:

* **Full Name**: Enter your first and last name.
* **Email Address**: Provide a valid email address. This will be used for communication and account verification.
* **Password**: Create a strong password that meets the platform’s security requirements (e.g., minimum 8 characters, including uppercase, lowercase, numbers, and special characters).

#### **Step 3: Accept Terms and Conditions**

Review the platform’s Terms and Conditions. To proceed, you must agree to these terms by checking the corresponding box.

#### **Step 4: Verify Email Address**

After submitting your registration details, you will receive an email with a verification link.

* **Note**: Check your spam or junk folder if you do not see the email in your inbox.
* Click the verification link to confirm your email address and activate your account.

#### **Step 5: Complete Profile Setup**

Upon successful email verification, you will be redirected to the profile setup page.

* **Company Information** (if applicable): Enter your company name, industry, and any other required details.
* **Role in Company**: Specify your role (e.g., Administrator, Manager, Developer).
* **Contact Information**: Optionally provide additional contact details like phone number or secondary email.

#### **Step 6: Select Subscription Plan**

Choose the subscription plan that best fits your needs.

* **Free Trial**: If available, you may opt for a free trial period before committing to a paid plan.
* **Paid Plans**: Review the features and pricing of available plans, and select the one that suits your usage requirements.

#### **Step 7: Payment Information (if applicable)**

For paid plans, enter your payment details.

* **Credit/Debit Card**: Provide your card number, expiration date, and CVV code.
* **Billing Address**: Enter the billing address associated with your payment method.

#### **Step 8: Complete Registration**

* **Access the Application**: Go to [`https://app.unecast.com/login`](https://app.unecast.com/login)
* **Account Settings**: Click your profile icon, then select **"**[**Account Settings**](https://app.unecast.com/account/settings)**"**.
* **Review Information**: Verify personal information, company, and contact details, account access as well as your subscription plan.
* **Edit if Needed**: Click **"Edit"** to make any changes, then hit **"Save"**.
* **Finalize**: After saving, close the settings window or navigate elsewhere in the platform.


---

# 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://learn.unecast.com/getting-started.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.
