# Quick Start

This topic covers an easy implementation of flexpivot control.

## Content

This quick start guide is intended to get you up and running with FlexPivot. In this section, you begin by connecting the [FlexPivotPage](/componentone/api/win/online-flexpivot/dotnet-api/C1.Win.FlexPivot.10/C1.Win.FlexPivot.FlexPivotPage.html) control to [C1DataEngine](/componentone/api/win/online-flexpivot/dotnet-standard-api/C1.DataEngine/Assembly). You also understand how to bind **FlexPivotPage** control to a local data source, and then continue exploring various features available in the control at runtime.

>type=note
> Note: Both the .NET Framework and .NET Editions of FlexPivot use the same reference assembly for [DataEngine](/componentone/api/win/online-flexpivot/dotnet-standard-api/C1.DataEngine/Assembly) and [PivotEngine](/componentone/api/win/online-flexpivot/dotnet-standard-api/C1.PivotEngine/Assembly). The WinForms .NET Edition does not include rich design-time support yet. We will enhance it in future releases.

## See Also

[Using FlexPivot Controls with Data Source](/componentone/docs/win/online-flexpivot/FlexPivotforWinFormsQuickStart/UsingFlexPivotControlswithDataSource)

[Creating Custom FlexPivot Application in Code](/componentone/docs/win/online-flexpivot/walkthrough/CreatingCustomFlexPivotApplicationinCode)

[Using LINQ Queries to Add Data in FlexPivot](/componentone/docs/win/online-flexpivot/walkthrough/UsingLINQQueriestoAddData)