# 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>


---

# 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.bird.com/taxi/connectors/sailthru-connector/setting-up-personalisation-for-sailthru.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.
