# Managing counterparties

{% hint style="info" %}
This page illustrates how to manage counterparty information in the **Counterparty** module. Users can view both identified and unidentified counterparties and create counterparties manually or quickly based on unidentified ones. Additionally, the document covers how to edit and delete counterparties, as well as how to use the batch import feature to upload counterparty information.
{% endhint %}

## Counterparty List

1. On the project homepage, navigate to the **Accounts** page
2. Switch into the **Counterparty** tab to view counterparty information
3. Counterparties are categorized into two: Named and Unnamed.
   1. Named: These are saved contacts, including details such as name, type(individual or organisation), account information, indentification code, contact information, tags and notes.&#x20;
   2. Unnamed: These are counterparties automatically read from the transaction list but not yet saved as named counterparties. They usually only contain account information.&#x20;

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

## Adding Counterparties&#x20;

1. **Manual Creation:** You can manually create a counterparty by entering details such as name, type, account information, identification code, etc. The system will check if the account already exists to avoid duplicate entries.

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

2. **Creating Unnamed Counterparty:** You can quickly create a counterparty by filling in additional information based on an unidentified counterparty. Alternatively, you can merge an unidentified counterparty into an existing one.

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

## Editing a Counterparty

1. In the named counterparty list, click the **"Pencil"** icon on the right to make changes.

## Deleting a Counterparty

1. In the identified counterparty list, click the **"Thrashcan"** icon on the right to delete the counterparty.

## Batch importing of Counterparties

1. Click on the **"Import"** button in the upper right corner of the counterparty tab, download the import template, and fill it out accordingly
2. Upload the CSV in the template's format to import counterparties in bulk.


---

# 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/acount-management/counterparty-accounts-management/managing-counterparties.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.
