# Getting started and creating a project

## Main window

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

![](/files/-MNJ1PKZYr7o0f_eaVbC)

## Project creation

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

![](/files/-MNJ1UOP2GlwjKmeplM8)

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

![](/files/-MNJ1Yvy1C_zdKpwMbFd)

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

![](/files/-MNJ1eAswLXr0wba2tKU)

Read about programming in a visual language in the article:

{% content-ref url="/pages/-M0Npqc4WgYQzryDW1qz" %}
[Visual programming](/en/studio/programming-visual.md)
{% endcontent-ref %}

Read about creating a new text program in the article:

{% content-ref url="/pages/-M0Npt6Rsejz5XCUWJsR" %}
[Textual programming](/en/studio/programming-code.md)
{% endcontent-ref %}

## Launch an existing project

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

![](/files/-MNJ1j8wBoTb09KGnWA7)

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

![](/files/-MNJ1nSfUmIUFvPbqW_f)

By default, TRIK Studio searches for files in the `*.qrs` format or the last open format (for example, `*.js`). If you need an existing project in a different format, select the desired format (for example, `*.py`*)* or `All files (*.*)`.

![](/files/-MTARp6bytP2Ns-qzDOq)


---

# 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/studio/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.
