--- slug: /references/helper-steps --- import { TypeList } from "docs-ui" # Helper Steps API Reference This section of the documentation provides a reference to utility steps that you can use in your workflows. These steps are imported from the `@medusajs/medusa/core-flows` package. ## Steps - [createEntitiesStep](../../helper_steps/functions/helper_steps.createEntitiesStep/page.mdx) - [createRemoteLinkStep](../../helper_steps/functions/helper_steps.createRemoteLinkStep/page.mdx) - [deleteEntitiesStep](../../helper_steps/functions/helper_steps.deleteEntitiesStep/page.mdx) - [dismissRemoteLinkStep](../../helper_steps/functions/helper_steps.dismissRemoteLinkStep/page.mdx) - [emitEventStep](../../helper_steps/functions/helper_steps.emitEventStep/page.mdx) - [removeRemoteLinkStep](../../helper_steps/functions/helper_steps.removeRemoteLinkStep/page.mdx) - [updateRemoteLinksStep](../../helper_steps/functions/helper_steps.updateRemoteLinksStep/page.mdx) - [useQueryGraphStep](../../helper_steps/functions/helper_steps.useQueryGraphStep/page.mdx) - [useRemoteQueryStep](../../helper_steps/functions/helper_steps.useRemoteQueryStep/page.mdx) - [validatePresenceOfStep](../../helper_steps/functions/helper_steps.validatePresenceOfStep/page.mdx)