# Getting started and creating a project in TRIK Studio Junior

## Main window

After starting TRIK Studio Junior, you will see the start page that displays the [version](/en/trik-studio-junior/about/version.md) of TRIK Studio Junior, quick access to recent projects, and buttons for [opening an existing project](/en/trik-studio-junior/start.md#launch-an-existing-project) and [creating a new one](/en/trik-studio-junior/start.md#project-creation).

![](/files/-MaDII1Tju9eZJ1kuQFZ)

## Project creation

To create a new project, click the "New project" button on the TRIK Studio Junior home page.

![](/files/-MaDIm_ZI4AjJvpthZ4b)

Or select `File → New project` from the [main menu](/en/studio/interface/main-menu.md).&#x20;

![](/files/-MaDJfW1mrHL9oG3ExsG)

A window opens with a new program in the visual programming language:

![](/files/-MaDJyRUaZj21pxC30du)

Read about programming in a visual language in the article:

## Launch an existing project

To start an existing project, click the "Open project" button on the TRIK Studio start page.

![](/files/-MaDKAbTIedfy0Jiks-d)

Or in the [main menu](/en/studio/interface/main-menu.md), select `File → Open...`.&#x20;

![](/files/-MaDKDSSsrZN_x4VGH2J)

By default, TRIK Studio Junior searches for files in the `*.tsj` format.


---

# 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://help.trikset.com/en/trik-studio-junior/start.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.
