# Segment

Data Cruncher can automatically connect to your Segment account and collect your user data for deep analytics. We can collect all the following event types

* [Identify](https://segment.com/docs/spec/identify/): who is the customer?
* [Track](https://segment.com/docs/spec/track/): what are they doing?
* [Page](https://segment.com/docs/spec/page/): what web page are they on?
* [Screen](https://segment.com/docs/spec/screen/): what app screen are they on?
* [Group](https://segment.com/docs/spec/group/): what account or organization are they part of?
* [Alias](https://segment.com/docs/spec/alias/): what was their past identity?

For more information, please consult with Segment [documentation](https://segment.com/docs/spec/)

Here are the steps required to connect Segment to Data Cruncher.

#### Step 1: Select "Create New" in Connectors page

![](/files/-LZLz4w_Y-09LGzMEwcP)

#### Step 1: Select Segment under Events

![](/files/-LZJP1Eyat0CBg2uZ3Tf)

#### Step 2: Pick a name for your Connector and click Authorize

![](/files/-LZJQO2YrtTKQTdg-19x)

#### Step 3: Create connection to Data Cruncher on Segment

Cruncher will redirect you to Segment website where you will be presented with the following screen.

![](/files/-LZJX2wpDgUIytaWDFs0)

Select your desired Segment source from the provided drop down menu. Once selected, click "Send Data" and you will be redirected back to your Cruncher Connectors page.&#x20;

At this point, your user data is being forward to Data Cruncher through Segment. You can see your connectivity in the Connectors page.

![](/files/-LZLzWOo9FX9KSfhnusU)

Data Cruncher performs on the fly clean and enrichment to your Segment data in real time. You can see a live view of your data under Tables.


---

# 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://docs.cruncherlabs.com/connectors/saas/segment.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.
