> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: Creating a Package from a Template

> Create a new Integrate.io ETL package from a pre-built template. Choose from available templates to quickly start common data pipeline patterns.

When working with one of our more common REST API services, you can utilize one of our available templates to speed up the process of getting your new service connected. The templates often output to a Redshift destination component, but you can easily swap that with a destination of your choice (such as a database, S3, etc.) The templates have the REST API curls already implemented so that you can simply input your credentials (such as username and password) and easily begin pulling your data.  If you have trouble, you can always reach out to your designated product specialist for help using the live chat option in the bottom left corner of the dashboard.

**To create a package from a template:**

<Steps>
  <Step>
    On the main menu, click **Packages**.
  </Step>

  <Step>
    Click the **New package** button.
  </Step>

  <Step>
    Click the drop-down menu next to **Template...**
  </Step>

  <Step>
    Select the desired template (if necessary, filter the templates list first by typing relevant characters in the text box).
  </Step>

  <Step>
    Click **Create package.**
  </Step>
</Steps>
