# Integrate with Segment

> This tutorial shows you the basic steps to integrate Talon.One with Segment.

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

## Segment integration features

The integration between Segment and Talon.One supports a variety of features. The most common features are:

- [Synchronizing audience data](/docs/dev/technology-partners/segment/segment-audience-sync-tutorial.md)
- Receiving customer profile data
- Tracking events

:::note
Segment integrations with Talon.One have a rate limit of 60 requests per second for any given client,
regardless of the endpoint. The rate limit can be increased upon request.
:::

## Set up the integration

Integrating Talon.One with Segment typically involves the following steps:

1. Add a [data source](https://segment.com/docs/connections/sources/) in Segment to track events.
1. Add a **Talon.One (Action)** destination to pass the event data to Talon.One.
   See the [Segment documentation](https://segment.com/docs/connections/destinations/catalog/actions-talon-one/).

   :::note
   If you use the classic **Talon.One** destination available before March 2022, we
   recommend you migrate to the new version, referred to as **Talon.One (Action)**.
   :::

1. Act on the received data in Talon.One. For example, create a [rule](/docs/product/rules/overview.md)
that is triggered whenever Talon.One receives a Segment event with a certain name.

The **Talon.One (Action)** destination calls Talon.One's Segment-specific endpoints.

<Button variant="primary" size="l" href="/third-party-api#tag/Segment">
  See API docs
</Button>
