# Tagging of transactions

{% hint style="info" %}
This page illustrates how to add, edit, or clear tags for transactions in the Transaction Management module. It includes detailed steps for generating, selecting journal entries, and managing transaction tags.&#x20;
{% endhint %}

## 1. Accessing Transaction Management module

1. From the project homepage, navigate to the **Transaction** page

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

## 2. Tagging Transactions

1. Click on the **"Categorize"** button on the right side of the transaction.

   <figure><img src="/files/yrv1VU8MLsi1K2eCkv9q" alt=""><figcaption></figcaption></figure>
2. Select the type of journal entry to generate.
3. Click on the **"Create"** button to complete the transaction tagging

## 3. Clearing/Updating Transaction tags

1. Hover over the **"three dots"** icon on the right side of the transaction to open a menu with more options&#x20;

   <figure><img src="/files/QX2HGqsyvL0joxTrlbdy" alt="" width="375"><figcaption></figcaption></figure>
2. Click "Recategorize" to open the Journal entry window. Reselect a journal type and click **"Save"** to change the transaction tag and the generated journal entry. &#x20;
3. Click "Remove category" to clear the transaction tagging and delete the generated journal entry.


---

# 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/bookkeeping/accounting-with-transaction-data/tagging-of-transactions.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.
