# Smartwords

Dynamic content is content that's created from a variable or a calculation.

Typically we'll use the term "smartword" to indicate some kind of dynamic data.

Some dynamic data can be created by you and some is maintained by Conducttr over the course of the exercise.

{% tabs %}
{% tab title="Dynamic Data Created by YOU" %}
Strictly speaking these are *exercise* Smartwords and are either uploaded to the Smartwords table by the scenario designer or updated by Exercise Control during an exercise&#x20;
{% endtab %}

{% tab title="Dynamic Data Maintained by CONDUCTTR" %}
This data relates to personas, players, calculations and other possible data variables that Conducttr maintains but which you can access in your exercise.

{% hint style="info" %}
Note that some variables are only accessible in flowchart mode and hence only with Colibri&#x20;
{% endhint %}
{% endtab %}
{% endtabs %}

## Naming conventions

Many variables can be accessed using curly brackets -e.g. { }

Calculations and more advanced variables need to use pipes - e.g. ||

The { } are really just a shorthand to reduce some of the complexity of using the long form version with pipes ||


---

# 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/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.
