# Checkout Hooks

By default we are modifying checkout hooks so some of your third-party integrations via plugins might not work out of the box. If you want to keep the default hooks, uncheck this option "Use Checkout hook as element":

<figure><img src="/files/z8VjXdw7xfKso41GjRZo" alt=""><figcaption></figcaption></figure>

So if you have something extra that is showing let's say after billing fields: *woocommerce\_after\_checkout\_billing\_form* then it will show there where you place the Billing fields element.

If you need more control over this. Keep the function "Use Checkout hook as element" enabled and also make sure to have "Use hook as element" enabled on Checkout wrapper:

<figure><img src="/files/Xa8HbYHkCgBOGVg3cqW4" alt=""><figcaption></figcaption></figure>

Then you can just add element **Checkout hook** and place it **anywhere** in the Checkout wrapper.

<figure><img src="/files/m8sSa7yvGhM40Zq6JeIq" alt=""><figcaption></figcaption></figure>

Via this element, select the hook we want to show, which in our case is *woocommerce\_after\_checkout\_billing\_form.*&#x20;


---

# 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.woohoo.dance/elements/checkout/checkout-hooks.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.
