# Important foundations

## Essentials

To do anything in Conducttr you'll need to create a **Project**. But before we rush ahead, let's look at the workspace and how you organise your workflow in the Editor.

## Organise your workspace

The main home screen of the Editor has three main areas:

* Folders to organise your projects
* A quick start to new exercises
* Recent exercises you've worked on

### Folders

You can make, create, and rename folders at any time but it's worth taking a moment to organise your work logically so you work faster.

<figure><img src="/files/j9ESmGGndUWGDGY9lmc2" alt=""><figcaption></figcaption></figure>

#### Create new folder

<figure><img src="/files/cE3StswNNyo2h1Ouyhjj" alt=""><figcaption></figcaption></figure>

#### Move projects between folders

Just drag and drop...

<div align="left"><figure><img src="/files/ZmSIp7Uig8KoJoUam9eg" alt="" width="375"><figcaption></figcaption></figure></div>

### Creating a new exercise

You have three options. Create from:

* Scratch
* A project from **Ventura**, Conducttr's free library
* An uploaded project file, exercise file or Master Events List (MEL) .csv

#### Create a new exercise

A new Project will be created with the same name as the exercise. This can be renamed later.

<figure><img src="/files/6Yv69fHItFQiTCwZvNab" alt=""><figcaption></figcaption></figure>

#### Create a project from Ventura

After selecting this option you'll get a chance to review the Ventura exercises and add to your projects. A copy is created so that's now yours to do as you wish.

<figure><img src="/files/us0QrfxXBbXqgHrWjosX" alt=""><figcaption></figcaption></figure>

#### Create an exercise from an imported a file

Click the button and select your file. The imported file extension must be .txplib, .txps or .csv.

<figure><img src="/files/6iSbfSVxBbXDhOhy2Qj8" alt=""><figcaption></figcaption></figure>

### Projects (exercise libraries)

{% hint style="warning" %}
You can only collaborate on Projects, not on individual exercises because the exercise must access the project library.
{% endhint %}

<img src="/files/SfTwbCEP5JvHckk5llTu" alt="" class="gitbook-drawing">

Exercises are organised into Projects.&#x20;

Exercises in the same project share the same persona library and media library, making it quick to create new and alternative versions of an exercise.&#x20;

{% hint style="warning" %}
But be careful about changes to personas because it will affect all exercises in that same project.
{% endhint %}


---

# 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/important-foundations.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.
