> 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/sailthru-connector/setting-up-personalisation-for-sailthru.md).

# Setting up personalisation for Sailthru

Before setting up personalisation in Taxi from Sailthru, you'll need to [set up personalisation](https://docs.messagebird.com/taxi/Dynamic%20content,%20segmentation%20and%20personalisation/Personalisation/setting-up-personalisation-fields) in your account.

Personalisation fields in Sailthru use the following style of notation:

\#{{first\_name}}

These can be set up in the [personalisation](/taxi/dynamic-content-segmentation-and-personalisation/personalisation/what-is-personalisation.md) settings in Taxi.

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

These will become available in rich text fields in the editor.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-8e3bef16b55b979acf50459f1b4e48f6109ba87a%2Fsailthru%2Bpersonalisation1.png?alt=media)

You can add as much or as little code here as you like, so it’s possible to use Sailthru’s Zephyr code to show different content, for example:

{if profile.vars.first\_name}Hi, {first\_name}!{else if profile.vars.full\_name}Hi, {first(full\_name)}!{else}Hi, friend!{/if}<br>
