# Configure Journal types

{% hint style="info" %}
This page illustrates a detailed guide on how to add, edit, and delete Journal entries in the **Voucher Template Management** module. It includes instructions for setting template names, codes, accounts, and handling restrictions for templates already used in bookkeeping.
{% endhint %}

## 1. Accessing Journal type management

1. On the project homepage, navigate to the **Ledger** page.
2. In the **Ledger** page, find and click the **Journal Type** option on the top.

<figure><img src="/files/2qFSvQClQwMy4LPyY3lA" alt=""><figcaption></figcaption></figure>

## 2. Adding a new Journal type

1. Find and click the **"Add New"** button in the upper right corner to open the new Journal type window

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

2. Enter the desired Journal type name.
3. Enter the Journal type's ID (only numbers allow, and ID must be unique).
4. Enter the journal type's prefix in the **Code** field.
5. Select the cash flow statement associated with this Journal type in the **Activity** field
6. Select the OTC inventory type in the **Broker inventory type** field.
7. Add the associated debit and credit accounts for this Journal type
8. Click **"Save"** and the Journal type is now added.

## 3. Editing a Journal type

1. Find the **"Pencil" icon** located on the right side of the Journal type and click to open the Edit Journal Type window.

   <figure><img src="/files/yq1NT8EY1kxpbncsmy68" alt=""><figcaption></figcaption></figure>
2. The Name, ID, and accounts can be edited
3. If the journal type has already been used in bookkeeping, the debit and credit accounts cannot be edited.

## 4. Deleting a Journal type

1. Find the **"Thrashcan" icon** location on the right side of the Journal type and click to delete it.
2. Journal types that have already been used in bookkeeping cannot be deleted.


---

# 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.elven.com/v3/financial-configuration/configure-journal-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.
