> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/connectors/braze-connector/braze-preheaders.md).

# Braze Preheaders

The way that Braze handles the preheader of an email is different to some other ESPs. There is a separate field for the preheader in the Braze interface. This means that you don’t have to have it in the HTML, you can input the text into this field.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-7d5db13eb01ea6a00c2b5d1b47d967c0ed7177de%2FYGJyWjnnNQBLIW_4pbSvJPZ5TNFT_1Te-ZJjlrot37rNgiSHGncwc29o3vFoJR7gjLoGr3d9wYxUXvZ7KgSGFndkbZ24Pv7H7JGE0UcdXgRGx711gH2UeDx0tQ__T7lsHWCklehy?alt=media)

Our Braze connector can work directly with the way Braze handles the preheader.

If you have a field in your Email Design System called ‘preheader’ and you export to Braze, the preheader will get inserted into the Braze preheader field, and take it out of the HTML.

If you have a field in your Email Design System for the preheader but it is called something different, for example, ‘pre-header’, then the preheader will get included in the HTML not in the Braze field.

If you have it in your HTML and then you add it into the Braze field you will have two preheaders when you send the email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/taxi/connectors/braze-connector/braze-preheaders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
