--- layout: layout.njk title: > htmx - hx-include --- ## `hx-include` The `hx-include` attribute allows you to include additional element values in an AJAX request. The value of this attribute is a CSS query selector of the element or elements to include in the query. Here is an example that includes a separate input value: ```html