# What is stock transfer?

Stock transfer is the process of sending/transferring stock from one location to another location.

When the stock transfer is done, the stock level decreases from the **Location (From)** and increases in **Location (To).**

* This stock level change happens only if the **Status is Completed**
* Stock changes don’t happen for other statutes like **Pending** and **In-Transit**
* Once the status is marked completed stock transfer **cannot be edited**. But can be deleted

### Editing stock transfer

Stock transfer can only be edited when the transfer status is pending or in transit.

After it is completed, the stock transfer cannot be edited. However, you can delete it and create a fresh one if you would like to.

### Stock not showing in Location

{% hint style="success" %}
**Reason:**

1. Make sure the product is Added to the location
2. Make sure the transfer status is completed
   {% endhint %}


---

# 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.kbgfuzion.com/erp/knowledge-base/products/what-is-stock-transfer.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.
