> 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/planning/ai-assistants/sidekick/other-assistants.md).

# Other Assistants

Below is a table outlining each assistant featured in Sidekick and what they do:

<table><thead><tr><th width="200.22222900390625">Assistants</th><th>What they do</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Scenario Idea Generator</strong></td><td>Helps <strong>plan focused, realistic crisis exercises</strong> by identifying plausible vulnerabilities for an organisation - allows/<strong>encourages pasting of regulatory links</strong> to highlight exercise ideas. Output is a CSV serial report which will need importing into the Editor.</td><td></td></tr><tr><td><strong>IT Team Loader</strong></td><td>Creates realistic <strong>IT crisis exercise scenarios</strong> by generating event injects</td><td></td></tr><tr><td><strong>Legal Team Loader</strong></td><td>Focuses on how to realistically load the <strong>legal team</strong> during a major incident</td><td></td></tr><tr><td><strong>RED TEAM IO</strong></td><td>Creates a <strong>5-day adversarial campaign based on DIME</strong> (Diplomatic, Information, Military, and Economic) and incorporating the NATO IEA framework</td><td></td></tr><tr><td><strong>SpaceWeather</strong></td><td>Generates a <strong>space weather report</strong> tailored to a context of your choice e.g. heightened space domain tension</td><td></td></tr><tr><td><strong>DISARM</strong></td><td>Generates <strong>ideas for an IO (Information Operations)</strong> exercise</td><td></td></tr><tr><td><strong>Deck-2 Exercise</strong></td><td>Converts uploaded <strong>PDF exercise decks</strong> into MELs</td><td></td></tr><tr><td><strong>Comms Team Loading</strong></td><td>Focuses on how to realistically load the <strong>communications team</strong> during a major incident</td><td></td></tr><tr><td><strong>COBRA-event</strong></td><td>Assists in designing a <strong>strategic communication (stratcom) exercise centered around a national crisis</strong> that would involve COBRA (Cabinet Office Briefing Rooms) response</td><td></td></tr><tr><td><strong>ChannelAssistant</strong></td><td>Provides <strong>guidance and recommendations on using channels</strong> to simulate different exercises or scenarios</td><td></td></tr><tr><td><strong>Casualty Generator</strong></td><td>Generates <strong>realistic injury scenarios</strong> during a crisis event</td><td></td></tr></tbody></table>

{% hint style="warning" %}
All Sidekick assistants **accept attachments, including PDFs, images (JPG, PNG), PPT,** and **docs (TXT, DOCX)**. This allows you to provide a richer context, improving the quality of responses.
{% endhint %}


---

# 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/planning/ai-assistants/sidekick/other-assistants.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.
