# Introduction

**Automail** <mark style="background-color:green;">v13</mark> - [Private GitHub repository](https://github.com/Lineverge/Automail)

## About

Automail is a proprietary software designed for efficient collaboration in the supply chain. It uses artificial intelligence and emails to exchange data and communicate with supply chain partners automatically.

Automail is a modular web application that can be easily adjusted to a specific business process. It covers transactions (i.e. data inputs), monitoring (i.e. tracking if supply chain partners provided the requested data), and basic reporting. It can be deployed in the cloud or on-premises using Agile software deployment methodologies.

<figure><img src="/files/q4pLxQ5Jzc9VKZuWXufT" alt=""><figcaption></figcaption></figure>

## Data Collection Process

The general process is as follows:

1. Automail generates an Autoform link with prefilled data for a specific context. The link has a unique hash and is valid until submission only.
2. The link is sent to the supply chain partner via email.
3. The supply chain partner provides the required data on the Autoform page and clicks submit.
4. The data gets pulled into Automail.

## Want to jump right in?

Install Automail locally for development and deploy in PROD:

{% content-ref url="/pages/iQPz8UWOr0djGCKj3jMI" %}
[Installation](/automail/installation.md)
{% endcontent-ref %}

## Want to deep dive?

Dive deeper into the configurations to get an idea of what is possible with Automail:

{% content-ref url="/pages/gHB5vUtb743fGNdIOWAb" %}
[UI Configuration](/automail/configurations/ui-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/RnmMBAncZ7HrcvXqAxTB" %}
[Workflow Configuration](/automail/configurations/workflow-configuration.md)
{% endcontent-ref %}


---

# 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.lineverge.com/automail/introduction.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.
