# Configure Auxiliary Accounting

{% hint style="info" %}
This page illustrates how to add, edit and delte auxiliary accounting fields in the **Auxiliary accounting management** module. It includes setting field types, adding customized options, and managing fields used in bookkeeping
{% endhint %}

## 1. Accessing Auxiliary Accounting Management

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

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

## 2. Adding an Auxiliary code

1. Find and click the "Add New" button located at the upper right corner to open the **Add Auxiliary code** window.

   <figure><img src="/files/ChDgDI00gKxSWdTs1W8o" alt=""><figcaption></figcaption></figure>
2. Enter the desired Auxiliary code name.
3. Select the Auxiliary code type: You can create fields with data from Counterparty or your own Custom Options.
4. For Custom Options, enter options in **"+Add new option"**.

   <figure><img src="/files/6WAhqSqrzlx6aGzpM4ko" alt=""><figcaption></figcaption></figure>
5. Click on **"Save"** and the Auxiliary code is added

## 3. Editing an Auxiliary code

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

   <figure><img src="/files/zEGWnV0mrMlB9Jgb48C7" alt=""><figcaption></figcaption></figure>
2. For Auxiliary codes with Counterparty type, only the name can be edited.
3. For Auxiliary codes with Custom Option type, both the name and options can be edited.

## 4. Deleting an Auxiliary code

1. Find the **"Thrashcan" icon** location on the right side of the Auxiliary code and click to delete it.
2. Auxiliary codes 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-auxiliary-accounting.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.
