# Introduction to Process

**This section approaches the working of Langstack processes. By the end of this section, you will be able to learn to create Processes with additional insight into triggering existing Flows from a Process.**

## What is a Process?

* The Process templates are used to create applications that can run on the server side.&#x20;
* This Application executes Actions boxes where users can define the Actions required to solve the user problem.&#x20;
* The Process can be run immediately or on a scheduled basis, i.e., once or recurrently.&#x20;
* Other Processes or ETL pipelines can be linked to create a chain of applications.


---

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