---
title: "Action Hooks"
description: "Documented Bricks action hooks for query flow, CSS generation, and integration points where you want to run custom code."
canonical: "https://academy.bricksbuilder.io/developer/hooks/actions/"
markdownUrl: "https://academy.bricksbuilder.io/developer/hooks/actions.md"
pageType: "hub"
section: "developer"
category: "hooks"
lastmod: "2026-05-21T13:58:32.000Z"
---
Use Bricks action hooks when you need to execute custom logic at specific points in the builder or frontend workflow.

## Start with these action hooks

- [bricks/query/before_loop](/developer/hooks/actions/action-bricks-query-before_loop/) for pre-loop logic
- [bricks/query/after_loop](/developer/hooks/actions/action-bricks-query-after_loop/) for post-loop logic
- [bricks/generate_css_file](/developer/hooks/actions/action-bricks-generate_css_file/) for CSS generation workflows