# Integrate with other tools

You can integrate Avo with your existing tools to streamline your analytics workflow:

[Schema management](#schema-management):

- [Webhook](#webhook): Sync your analytics schema to any endpoint to
  manage downstream schemas such as ingestion time validation or SQL table
  structures
- [Segment Protocols](#segment-protocols): Sync your analytics schema
  to Segment Protocols
- [RudderStack Tracking Plans](#rudderstack-tracking-plans): Sync
  your analytics schema to RudderStack
- [Mixpanel Lexicon](#mixpanel-lexicon): Sync your analytics schema
  to Mixpanel Lexicon
- [Amplitude Data](#amplitude-data): Sync your analytics schema
  to Amplitude Data
- [mParticle Data Master](#mparticle-data-master): Sync your
  analytics schema to mParticle Data Master
- [Snowplow Data Structures](#snowplow): Sync your
  analytics schema to Snowplow Data Structures

[Workflow](#workflow):

- [Slack](https://www.avo.app/docs/data-design/branches/workspace-notifications.md): Configure notifications to be sent to a Slack
  channel.
- [Jira](#jira): Automatically create tickets with instrumentation
  instructions and a list of changes for review or implementation.
- [GitHub](#github): Automatically create pull requests with an
  updated tracking library.

Destinations:

- [Document destinations in your tracking plan](https://www.avo.app/docs/data-design/avo-tracking-plan/define-sources-and-destinations.md#destinations): Document to which analytics tools and destinations your data should be sent in
  your Avo Tracking plan
- [Implement tracking for your destinations with Avo Codegen](https://www.avo.app/docs/implementation/start-using-avo-codegen.md): Type-safe implementation based on your Avo Tracking Plan, for all your analytics
  tools and destinations

## Schema Management

With Avo you can _[Publish](https://www.avo.app/docs/publishing/publishing/overview.md)_ your tracking plan to any downstream schema management to keep everything in sync, such as your analytics platforms, your production time validation schemas, your SQL table structures, etc. Go to [Publishing](https://www.avo.app/docs/publishing/publishing/overview.md) to read more.

### Webhook

[Publish to Webhook](https://www.avo.app/docs/publishing/publishing/webhook-publishing.md) to post your JSON schema to any endpoint and sync your analytics schema with
internal schema management such as production time validation, your SQL tables, etc.

### Segment Protocols

[Publish to Segment Protocols](https://www.avo.app/docs/publishing/publishing/segment-protocols.md) to sync your analytics schema downstream

### RudderStack Tracking Plans

[Publish to RudderStack Tracking Plans](https://www.avo.app/docs/publishing/publishing/rudderstack.md) to sync your analytics schema downstream

### Mixpanel Lexicon

[Publish to Mixpanel Lexicon](https://www.avo.app/docs/publishing/publishing/mixpanel-lexicon.md) to sync your analytics schema downstream

### Amplitude Data

[Publish to Amplitude Data](https://www.avo.app/docs/publishing/publishing/amplitude-data.md) to sync your analytics schema to downstream

### mParticle Data Master

[Publish to mParticle Data Master](https://www.avo.app/docs/publishing/publishing/mparticle-data-master.md) to sync your analytics schema downstream

### Snowplow

[Publish to Snowplow Data Structures](https://www.avo.app/docs/publishing/publishing/snowplow-data-structures.md) to sync your analytics schema to downstream

### Jira

When you make changes to your tracking plan on an Avo branch, Avo automatically generates [code changes](https://www.avo.app/docs/data-design/branches/code-changes.md) that details all changes in your tracking plan branch, with deep-links directly to the respective event and property in Avo.

**Coming Soon:** When a tracking plan branch is ready for review, Avo will automatically create a Jira ticket for the reviewer. When a tracking plan branch is ready for implementation, Avo will automatically create Jira tickets with instrumentation instructions.

### GitHub

**Coming Soon:** When a tracking plan branch is ready to implement Avo will auto create a pull request for your development team that includes the latest analytics changes.
