# How to use this site

## Structure

Our documentation is organised into several sections:

* Feature Documentation
* How To
* Player Guide
* Concepts
* FAQs

**Feature Documentation** will be your usual "go-to" for how to get something done

**How To** is goal-oriented&#x20;

**Player Guide** is for participants

**Concepts** is a section that allows us to discuss features and aspects of Conducttr more deeply so that you have a better understanding of how we think about crisis exercises

**FAQs** addresses frequently asked questions and problems

### Feature Documentation

This and other sections are organised by workflow:

* Planning&#x20;
* Designing & Running
* Publishing
* Reporting

## Site key

The cards below reveal a key we're using in our documentation to indicate the type of information on that page.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>🔀</td><td><strong>What's right for me?</strong></td><td>An explanation of the choices you have and why you might prefer one over another</td></tr><tr><td>⚡</td><td><strong>Gotchas</strong></td><td>Common things that people forget to consider</td></tr><tr><td>⭐</td><td><strong>Pro-tip</strong></td><td>Our recommendation approach</td></tr><tr><td>🔥</td><td><strong>Pro-users</strong></td><td>Advanced features for pro users</td></tr></tbody></table>


---

# 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/start-here/how-to-use-this-site.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.
