# Get started

> Your first steps with Talon.One.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

To get started with Talon.One, a series of configuration steps are required in the following areas:

- The Campaign Manager
- The integration layer

As an [admin user][admin], you can use this page to set up the Campaign Manager.
Read about the integration layer in the [Developer docs](/docs/dev/get-started/overview.md).
We recommend reading [Talon.One overview](/docs/product/overview.md) first.

## Sign in to your account

Complete your account creation by accepting the invitation email you have received.

:::note Troubleshooting sign-in issues
If you have lost your invitation email or if you don't know your account domain,
send an email to [support@talon.one](mailto:support@talon.one).

Our support team will send you an email with your account's information, including your
domain name.
:::

## Create your roles and invite your users

As an [admin user][admin], you can invite and manage your users:

1. [**Create roles**](/docs/product/account/account-settings/manage-roles.md) to assign to your users.
   Roles are a way to ensure your users have access only to specific
   features, Applications and loyalty programs.
1. [**Invite your users**](/docs/product/account/account-settings/manage-users.md), assigning roles to them.
   The roles you assign to each of them depend on your company structure.

## Explore the Campaign Manager

Start exploring:

1. **Discover the sample campaigns:** Explore the Campaign Manager via its **Sample Campaigns** Application. It has
   several campaigns already set up, including rules built for you to understand
   how Talon.One works.

   See [Sample campaigns](/docs/product/tutorials/sample-campaigns.md) to understand more
   about each campaign.

1. **Build your own campaign:** [Create a campaign](/docs/product/campaigns/create-and-manage-campaigns.md)
   in the default Application to start experimenting with simple campaigns.

## Start the integration

You can [create your first Application](/docs/product/applications/create-and-manage-applications.md) and
[Integration API key](/docs/product/applications/manage-api-keys.md),
and [learn to send your first request](/docs/dev/get-started/overview.md#send-your-first-request-in-five-steps).

## Set up email notifications {#enable-email-notifications}

You will receive email notifications from Talon.One about changes to your [account][acc]
and [Applications][apps].

:::important
You always receive an email notification from Talon.One when:

- An API key has expired or expires in 30 days, 14 days, or 24 hours.
- An [Application notification][app notifs] or [loyalty notification][loyalty notifs] was disabled.
:::

You can choose which Applications can send you email notifications
about the following changes:

- An [effect limit](/docs/product/campaigns/settings/manage-campaign-budgets.md#limits)
  for a [campaign budget](/docs/product/campaigns/settings/manage-campaign-budgets.md#budget-types)
  has reached 85%, 99%, or 100%.
- A campaign has expired or expires in seven days or 24 hours.
- A campaign was activated or disabled.
- A [giveaway pool](/docs/product/giveaways/overview.md) has 25% / 10% / 0% of its codes
  remaining. Remaining codes are codes that have not been awarded.

:::note
- When you choose to receive email notifications from an Application, you receive email updates
  for _all_ its campaigns.
- These email notifications are sent only when campaign changes, like disabling a campaign,
  are made by other users.
  You do not receive email notifications for the campaign changes you make.
- Email notifications are triggered every 12 hours.
:::

To choose which Applications can send you email notifications:

1. On the left-side menu,
   click <Profile className="icon"/> **Profile** > <Profile className="icon"/> **Profile**.
1. Click <Notif className="icon"/> **Email Notifications**.
1. In the **Applications** section, toggle the Applications
   from which you want to receive email notifications.

   :::tip
   To receive email notifications from all Applications, toggle **All**.
   :::

## Import data

After you have integrated and [created your first campaign](/docs/product/campaigns/create-and-manage-campaigns.md),
you can import coupons and additional data from other marketing and BI tools for use in Talon.One.

- [Import coupon codes and gift cards](/docs/product/campaigns/coupons/manage-coupons.md#import-coupon-codes)
- [Import referral codes](/docs/product/campaigns/referrals/create-referrals.md#import-referral-codes)
- [Import loyalty points](/docs/product/loyalty-programs/profile-based/manage-pb-lp-data.md#import-loyalty-points)
- [Import giveaway codes](/docs/product/giveaways/manage-giveaways.md#import-giveaway-codes)

## Related pages

- [Application overview](/docs/product/applications/overview.md)
- [Manage attributes](/docs/product/account/dev-tools/manage-attributes.md)
- [Manage users](/docs/product/account/account-settings/manage-users.md)
- [Manage roles](/docs/product/account/account-settings/manage-roles.md)
- [Manage cart item catalogs](/docs/product/account/dev-tools/manage-cart-item-catalogs.md)

[apps]: /docs/product/applications/overview.md
[app notifs]: /docs/product/applications/application-notifications/overview.md
[loyalty notifs]: /docs/product/loyalty-programs/loyalty-notifications/overview.md
[acc]: /docs/product/account/overview.md
[admin]: /docs/product/account/account-settings/manage-roles.md#admin-role
