# Working with processes

A process is a robot operation scenario assembled from elements. The process type used is a sequence. A sequence is a process that has the form of a cascade algorithm formed from the elements that are executed sequentially.

To create a new sequence, select the folder where such a sequence will be created on the Project panel and click the "Create Process" button ![](/files/J6YbnjwRA6ZmllXdpj7l). In the appeared dialog it is necessary to specify the name of the sequence with the obligatory .ltw extension, the type (Sequence, Diagram or Only code) and the language (C#, Python или JavaScript).

![](/files/3ZIcJlYBKHpC819XujYj)

**Attention! Due to different approaches to data typization in C#, Python, and Javascript we do not recommend using different languages in the same project.**

After clicking OK, the new sequence will be displayed on the Project panel

![](/files/RxrIeB6ebedSAEaD6Udn)

and will be opened in a new tab of the Main Workspace.

![](/files/RoRQ2CH05uHWi5Tvfv4b)

To edit the sequence selected on the Project panel, click the "Edit" button of the Project panel ![](/files/b1VoRB33BA44QlBXxYAZ). After clicking the button, the sequence editing dialog will appear on the screen.

![](/files/cFnPDGaIAgGDScnKFBMX)

To delete a sequence, select the necessary one on the Project panel and click the "Delete the Element" button ![](/files/uE8azmgeB4pDD40XJ5Yk). After clicking OK in the dialog box that appears, the sequence will be deleted.

![](/files/UCQUbP8mIuzUdthpDK8f)

To open an existing sequence, double-click it on the Project panel and the sequence will be opened as a new bookmark in the Main Workspace.

To close a sequence, simply close its bookmark in the Main Workspace.

To search for project elements, you can use the Search menu of the Project panel.

![](/files/eWIv8P1Tr43Pac6qm3a1)


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/astro-studio/gettingstarted/process.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.
