# Movement Types

### Overview

A Movement Type in TilliT is comprised of a transaction type and movement type fields. The movement type defines the specific action that is taking place, such as goods issue, goods receipt, or stock take. The transaction type is the underlying activity being performed, such as consumption or production. Together, these elements provide a framework for accurately recording and managing material movement and inventory transactions in TilliT.

TilliT comes pre-loaded with Movement Types ready to be used. Depending on your business requirements, you may add, edit or delete these for your needs.

### Navigation

Go to **Settings > Configuration > Movement Types > Create**

<figure><img src="/files/9xDPugABrQdzFkDDMDV7" alt="" width="563"><figcaption></figcaption></figure>

### Fields

<figure><img src="/files/Nm1niJI7vmYqC2SwhbEO" alt="" width="278"><figcaption></figcaption></figure>

| Name                    | Description                                                                      |
| ----------------------- | -------------------------------------------------------------------------------- |
| **ID**                  | This is generated by TilliT and cannot be changed.                               |
| **Name \***             | Name of the movment, this is often the name of the business action taking place. |
| **Movment Key\***       | The movement key is a unique identifier for each movement type.                  |
| **Transaction Type \*** | Defines the logic behind the movement type.                                      |
| **Display Order**       | Changes the order in which the item appears in menus across TilliT.              |


---

# 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.tillit.cloud/tillit/knowledge-base/track-and-trace/movement-types.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.
