--- title: "Create an Integration: Introduction" sidebarTitle: "Introduction" description: "You can create Integrations of your own." --- Before creating an Integration, make sure to read the [Integration overview](/documentation/concepts/integrations) to understand what an Integration is and how it works. What we'll cover in this guide: - [Setup the package](/integrations/create-setup) - [The structure of an integration](/integrations/create-anatomy) - [OAuth](/integrations/create-oauth) - [The integration client](/integrations/create-client) - [Creating Tasks](/integrations/create-tasks) - [Creating Triggers](/integrations/create-triggers) - [Publishing an Integration package](/integrations/create-publishing)