# Create a process

To create a process, follow the steps below:

* To go to the Process template, select “Process” under the Background processes menu.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12processmenu.png" alt=""><figcaption></figcaption></figure>

* In the Background processes>Process tab, click the \[+ Process] button.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12addprocess.png" alt=""><figcaption></figcaption></figure>

* The Process page displays with the Details tab preselected.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12processdetab.png" alt=""><figcaption></figcaption></figure>

* To name a Process, enter a unique Process name in the Details tab.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12processdetname.png" alt=""><figcaption></figcaption></figure>

* Optionally enter a description for the Process.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12processdesc.png" alt=""><figcaption></figcaption></figure>

* For details about multiple executions, time duration settings, Linked App, and Execution Status sections, [click here](/welcome/get-started/learn-langstack/multiple-executions-time-duration-linked-app-and-execution-status.md).
* Define the required Actions in the “Code” tab. (at least one action needs to be defined)

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12processcodetab.png" alt=""><figcaption></figcaption></figure>

* To save the Process, click the \[Save] button.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_12/ch12saveprocess.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.langstack.com/welcome/get-started/learn-langstack/introduction-to-process/create-a-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.
