> 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/teams-roles-positions-and-groups/dynamic-publishing.md).

# Dynamic publishing

### Dynamic team actions <a href="#dynamic-team-actions" id="dynamic-team-actions"></a>

Players can be moved to Role or Group depending on their actions.

<table><thead><tr><th width="554.4444580078125">Benefit</th><th>Feature</th></tr></thead><tbody><tr><td>Players enjoy a personalised experience based on their decision</td><td>Move to Role</td></tr><tr><td>Anticipates uncertainty around exercise attendence such that whoever attends can select a role without EXCON involvement</td><td>Move to Group</td></tr></tbody></table>

#### Move to Role <a href="#move-to-role" id="move-to-role"></a>

Players can be moved into a *Role* based on clicking a *Question* button.

1. Click the question button
2. Select Move to Role Action

This feature can be useful when used with a *Click to Play* registration type and you'd like players to select their own Roles.

<div align="left"><figure><img src="https://helpdocs.conducttr.com/~gitbook/image?url=https%3A%2F%2F3476309720-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsNKxYbIPgfYmCR9EJgAu%252Fuploads%252FWcv831WcCFUu8d5Ga0KF%252F87223bf1-03d9-4df3-baf3-ba38ac5d730a.gif%3Falt%3Dmedia%26token%3D4a75e239-e204-4288-b680-3d068dd5a92f&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=6f5b1063&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

#### Move to Group <a href="#move-to-group" id="move-to-group"></a>

Players can be moved into a *Group* as the consequence of clicking a *Question* button.

1. Click the question button and select Move to Group Action
2. Select the group

<div align="left"><figure><img src="/files/IjndewfUDkRc9IrhfJ97" alt=""><figcaption></figcaption></figure></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://helpdocs.conducttr.com/feature-documentation/designing-and-running/teams-roles-positions-and-groups/dynamic-publishing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
