> 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/release-notes/2024/july-2024.md).

# July 2024

## July 30th, 2024

{% file src="/files/ynPOZgxGQ8iBwHRtBX0g" %}

### Bug fixes

* Fixed a very specific issue with import of social graph files generated by external applications.

## July 29th, 2024

{% file src="/files/XTy51DAGFYidBCen7rLN" %}

### Bug Fixes

* Fixes for downloading media assets, such as videos.&#x20;
* Fixes for scenario publishing.&#x20;

## July 22nd, 2024

{% file src="/files/5wxCXlGWGA0ld6Z2GyQY" %}

### New Features

#### [New Teams Table in the Facilitator Dashboard](https://helpdocs.conducttr.com/feature-documentation/running/exercise-control/facilitation/teams/team-upload-via-facilitator-dashboard)

Experience a new Teams table in the Facilitator Dashboard. This feature is designed to enhance your efficiency in managing participants and mirrors the approach found in the Editor.

**Key Features:**

* **Streamlined Interface:** Enjoy a completely redesigned interface that provides greater visibility.
* **Dedicated Sections:** Separate areas for managing Moderators, Observers, and Teams for clearer organization.
* **Enhanced Search Functionality:** Quickly find specific players across different teams using the 'Search' button.
* **Simplified Role Assignment:** Assign Positions and Special Permissions with dropdown selections, eliminating the need for clicking and dragging.

### Improvements

#### Beliefs <a href="#id-1.2.1-beliefs" id="id-1.2.1-beliefs"></a>

**Beliefs can be edited in bul**k

* Persona beliefs are now available for import and export via the Persona Details spreadsheet.

**Grey Belief Tags**

* If you import a library of personas that contain unrecognised belief tags, they will be shown as grey. In order for a belief to be recognised, it must be described in the Beliefs area
* The AI ignores grey belief tags when generating content.
* Each persona can have up to two belief tags (including grey ones).

#### Persona Details spreadsheet <a href="#id-1.2.2-persona-details-spreadsheet" id="id-1.2.2-persona-details-spreadsheet"></a>

* Now it’s possible to import and export Telegraph channel details (Name, Handle, Bio, Subscribers, Verified , Historic) directly through Persona Details.

#### Improvements on AI Prompts <a href="#id-1.2.3-improvements-on-ai-prompts" id="id-1.2.3-improvements-on-ai-prompts"></a>

* We have improved our AI prompts to consider the Faction name in more instances, generating better results for your content.

#### [New Batch Changes on Personas](https://helpdocs.conducttr.com/feature-documentation/designing/scenario-design/personas/working-with-personas/batch-and-bulk-operations/batch-persona-operations) <a href="#id-1.2.4-new-batch-changes-on-personas" id="id-1.2.4-new-batch-changes-on-personas"></a>

If you need to apply certain changes to a range of Personas in your exercise, you can now use the new batch changes feature located in your Persona Library. Simply use the filter to select the personas you wish to apply the changes to.

There are three batch actions available:

* **GPS:** This changes the GPS location on all the selected personas.
* **Tag:** Adds tag(s) to the selected personas.
* **Socials:** Enables or disables the social channels for the selected personas.

### Bug Fixes

* Small fixes on Pulse.
* Fixes on Browser channel.&#x20;
* Fixes on Twitter channel style.

## July 12th, 2024

{% file src="/files/3XRGe8Z0PKmk52yjFN8v" %}

### **Improvements**

**Belief Tags**

Added a Belief Tags column to the Persona Details spreadsheet, allowing direct edits. The spreadsheet can be reimported into the editor to apply changes.

### **Bug Fixes**

Fix on Notification channel to show close (X) button.&#x20;


---

# 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/release-notes/2024/july-2024.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.
