# 🏗️ Creating streams

- [Intro](https://docs.highcohesion.com/creating-streams/setup.md): Control panel setup menu
- [Streams](https://docs.highcohesion.com/creating-streams/streams.md): Your integration data stream.
- [Web hook installation](https://docs.highcohesion.com/creating-streams/streams/web-hook-installation.md)
- [Web hook support](https://docs.highcohesion.com/creating-streams/streams/web-hook-supported-systems.md)
- [DEAR Systems](https://docs.highcohesion.com/creating-streams/streams/web-hook-supported-systems/dear-systems.md): Notifications from DEAR Systems.
- [Descartes Peoplevox](https://docs.highcohesion.com/creating-streams/streams/web-hook-supported-systems/peoplevox.md)
- [Shopify](https://docs.highcohesion.com/creating-streams/streams/web-hook-supported-systems/shopify.md): Shopify Web hooks
- [Systems](https://docs.highcohesion.com/creating-streams/systems.md): The functions for the systems that HighCohesion connects to.
- [System library](https://docs.highcohesion.com/creating-streams/systems/system-library.md)
- [DEAR Systems](https://docs.highcohesion.com/creating-streams/systems/system-library/dear-systems-integration-functions.md): Functions and settings available for the DEAR Systems endpoint
- [Email](https://docs.highcohesion.com/creating-streams/systems/system-library/email-integration-functions.md): Functions and settings available for the Email endpoint
- [FTP](https://docs.highcohesion.com/creating-streams/systems/system-library/ftp-integration-functions.md): Functions and settings available for the FTP endpoint
- [Descartes Peoplevox](https://docs.highcohesion.com/creating-streams/systems/system-library/peoplevox-integration-functions.md): Functions and settings available for the Descartes Peoplevox endpoint
- [Magento 1.x](https://docs.highcohesion.com/creating-streams/systems/system-library/magento-1.x-integration-functions.md): Functions and settings available for the Magento 1.x endpoint
- [Magento 2.x](https://docs.highcohesion.com/creating-streams/systems/system-library/magento-2.x-integration-functions.md): Functions and settings available for the Magento 2.x endpoint
- [ParcelLab](https://docs.highcohesion.com/creating-streams/systems/system-library/parcellab-integration-functions.md): Functions and settings available for the ParcelLab endpoint
- [ReBOUND](https://docs.highcohesion.com/creating-streams/systems/system-library/rebound-integration-functions.md): Functions and settings available for the ReBOUND endpoint
- [Shopify](https://docs.highcohesion.com/creating-streams/systems/system-library/shopify-integration-functions.md): Functions and settings available for the Shopify endpoint
- [WooCommerce](https://docs.highcohesion.com/creating-streams/systems/system-library/woocommerce-integration-functions.md): Functions and settings available for the WooCommerce endpoint
- [Keys](https://docs.highcohesion.com/creating-streams/keys-1.md): Securely stored access credentials for your systems.
- [Key library](https://docs.highcohesion.com/creating-streams/keys-1/key-library.md)
- [Shopify private apps](https://docs.highcohesion.com/creating-streams/keys-1/key-library/shopify-private-apps-1.md): Guide to setting up a Shopify private app keys
- [Netsuite](https://docs.highcohesion.com/creating-streams/keys-1/key-library/netsuite.md): Details on adding Netsuite credentials.
- [FTP and sFTP](https://docs.highcohesion.com/creating-streams/keys-1/key-library/ftp-and-sftp.md): How to gather data for FTP and sFTP keys.
- [oAuth](https://docs.highcohesion.com/creating-streams/keys-1/key-library/oauth.md)
- [Sources](https://docs.highcohesion.com/creating-streams/sources.md): The source of data in your integration data stream.
- [Transformations](https://docs.highcohesion.com/creating-streams/transformations.md): Transforming data from source for to destination format.
- [Public Transformations](https://docs.highcohesion.com/creating-streams/transformations/new-transformations.md): Transformations files that are available to anyone using HighCohesion.
- [Private Transformations](https://docs.highcohesion.com/creating-streams/transformations/private-transformations.md): Transformations files that are private to your organisation.
- [Customising a Public Transformation](https://docs.highcohesion.com/creating-streams/transformations/customising-a-public-transformation.md): How to customise existing public transformation files.
- [Write a custom transformation](https://docs.highcohesion.com/creating-streams/transformations/writing-a-transformation.md)
- [Transformation Library](https://docs.highcohesion.com/creating-streams/transformations/writing-a-transformation/transformation-library.md)
- [Example 1 - Sales Order](https://docs.highcohesion.com/creating-streams/transformations/writing-a-transformation/example-1-order-file.md): Building an example sales order transformation file from scratch.
- [Example 2 - Shipment](https://docs.highcohesion.com/creating-streams/transformations/writing-a-transformation/example-2.md): Building an example order shipment transformation file from scratch.
- [Destinations](https://docs.highcohesion.com/creating-streams/destinations.md): The destination of data in your integration data stream.
- [Aggregated Events](https://docs.highcohesion.com/creating-streams/destinations/aggregated-events.md)
- [Data uploads](https://docs.highcohesion.com/creating-streams/data-uploads.md): Manual data uploading
- [Lookup table](https://docs.highcohesion.com/creating-streams/lookup-table.md): Simple data table lookups.


---

# Agent Instructions: 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:

```
GET https://docs.highcohesion.com/creating-streams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
