> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/designing-and-running/pattern-of-life-pol/dynamic-retweeting-with-smartwords.md).

# Dynamic Retweeting with Smartwords

Retweeting player actions live is a powerful method to **integrate player behaviour into the exercise**, making their actions a dynamic and interactive part of the experience. Use Smartwords to retweet a link live during the exercise.

{% hint style="info" %}
To find out more about smartwords, visit the page below:
{% endhint %}

{% content-ref url="/pages/5aAzUOkLLU0WTv6E5LBL" %}
[Smartwords](/feature-documentation/designing-and-running/smartwords.md)
{% endcontent-ref %}

{% stepper %}
{% step %}

### Create a PoL stack

In the Editor, navigate to the `PoL` tab. Use a Pattern of Life stack to create a group of people to retweet the same content and use smartwords to refer to the post they're retweeting:

<figure><img src="/files/zbcuGhRYDJrRFxEzceCT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
See more about PoL here:
{% endhint %}

{% content-ref url="/pages/62clYPD7UgPLtOJp3R7T" %}
[Pattern of Life (PoL)](/feature-documentation/designing-and-running/pattern-of-life-pol.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Create smartword

Navigate to `Configuration` > `Smartwords` in the Editor and add 'inciting\_link':

<figure><img src="/files/bDufnTHDGQh2FIOIvPKB" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
{% hint style="info" %}
Fill the *Value* field with a placeholder to ensure the smartword uploads to the Facilitator Dashboard.
{% endhint %}

### Copy link address

During the exercise, right click the publication time of the tweet and select `Copy link address`.&#x20;

<figure><img src="/files/gD8suX8ibmj7adOyqUo1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you're working in the moderator grid, remove the grid suffix (so it looks like this: *`&test_mode=2&window_id=moderator_grid_1`*)
{% endhint %}
{% endstep %}

{% step %}

### Update smartwords

Navigate to `Content` > `Smartwords` in the Facilitator Dashboard and paste this link into the smartwords table and click `Update data`:

<figure><img src="/files/bHIJwmILtfh9tXCslGBG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Begin the PoL stack

When the content is published, Conducttr will render the link as though it is retweeted.

<figure><img src="/files/HfkG33RWar0RsP253hgM" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/pattern-of-life-pol/dynamic-retweeting-with-smartwords.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.
