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

# Setting up personalisation for Responsys

Personalisation fields in Responsys use the following style of notation:

\#{{user.name}}

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

![](https://taxi-for-email.intercom-attachments-7.com/i/o/382990531/b90726dc6c7f0e32ed8ca2ac/lV2PsHed7-zDwCD9JbV0Hr513LzbEaS-G6q7kEwFDIXs9DDgRd2Fw9bTej2FaJV2PCPsRdbPKANTefI1hG4ZALyDQv7Q2L09Hc0nLIE9ubpFMyxSaTxLhcRoWeOw0G7dhk6siUhx%3Ds0)

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

![](https://taxi-for-email.intercom-attachments-7.com/i/o/382990538/35eeaabeefe720a3381e8b46/MsxnsSUD7y7qdYUZ6rTyfJ3HJfrDeP26QIck6ih0Qo_hoEQjKjwPpow1T9k9gIHd90oIlv4jA7z3UI46-WqzJiCyyKT8Ya4xgq9k0S3IRojfw0rownJZg47IX82CgR1huX-30xjF%3Ds0)

You can add as much or as little code here as you like, so it’s possible to use RPL to do things like make sure the first name is always capitalised:

| ${Contacts\_List.FIRST\_NAME?lower\_case?cap\_first} |
| ---------------------------------------------------- |


---

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

```
GET https://docs.bird.com/taxi/connectors/oracle-responsys-connector/setting-up-personalisation-for-responsys.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.
