> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/integrations/data-and-analytics.md).

# Data & Analytics

### Overview

Data and analytics integrations support portfolio reporting and deeper analysis outside Transform.

They are useful when centralized reporting or custom metrics are required.

### Key Concepts

* **Export**: file-based extraction for analysis and archiving
* **Connector feed**: configured data movement to an external destination
* **Reporting dimension**: stable breakdown field, such as Segment Type, Process, or System Type

### How It’s Used

Use exports for one-time analysis and evidence snapshots.

Use connector-based feeds when analytics must stay current across Projects.

### Benefits

* Faster stakeholder reporting
* More flexible analysis for complex questions
* Reduced manual spreadsheet maintenance

### Setup Steps

{% stepper %}
{% step %}

### Standardize reporting dimensions

1. Confirm Segment Types and Segments are defined at the Organization level.
2. Confirm Process and System naming is consistent across Projects.
3. Confirm status meanings are stable.
   {% endstep %}

{% step %}

### Select the data movement pattern

Choose one:

* **Export** from views for lightweight analysis
* **Connector** for ongoing reporting feeds
  {% endstep %}

{% step %}

### Configure access and governance

1. Use least-privilege access for connectors.
2. Define owners for dashboards and datasets.
3. Document mappings and filters used for executive reporting.
   {% endstep %}
   {% endstepper %}

### Best Practices

* Keep shared dashboards stable for trend comparability.
* Avoid one-off fields that fragment reporting.
* Use Save Views to define consistent population sets for exports.

### Summary

Data and analytics integrations work best when dimensions and status meanings are stable across Projects.

Related:

* [Getting Started with Analytics](/analytics/getting-started-with-analytics.md)
* [Connectors](/administration/connectors.md)


---

# 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.transform.ai/integrations/data-and-analytics.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.
