# Counterparties

Counterparties are a consolidated list of your client's vendors and customers. Each counterparty can act as a vendor, a customer, or both.

***

### The Counterparties tab

Go to **Accounting →** [**Counterparties**](https://use.kick.co/counterparties) to see a full list of vendors and customers, along with the categories assigned to each one, cash in and cash out totals, and transaction counts.

The **Cash In** and **Cash Out** columns include amounts from both transactions and manual journal entries. This ensures any adjustments are included when analyzing period totals.

Use the date filter to analyze inflows and outflows by counterparty over a specific period. You can also filter by entity to narrow the view to a specific entity.

{% hint style="info" icon="lightbulb" %}
Counterparties are not entity-specific. A counterparty created in one entity is available across all entities.
{% endhint %}

***

### How counterparties are created

Kick automatically generates and assigns counterparties when transactions sync from connected integrations or are imported. Kick also syncs counterparties directly from certain integrations:

* **Ramp** — vendors created in Ramp are synced if you're using their bill pay product
* **Stripe and PayPal** — customers are synced if you're using either platform to collect payments

You can also create counterparties manually. Click **Add new** in the top right corner of the Counterparties tab. The only required field is the name. You can also add an email address, phone number, website, and address.

***

### Updating counterparties

To change the counterparty on a transaction, go to **Transactions** and use the dropdown in the **Counterparty** column.

Counterparties can also be assigned in bulk by selecting multiple transactions (shift + click) and pressing **v** on your keyboard.

***

### Automating counterparty assignment

You can create [Rules](/bookkeeping-workflows/rules.md) to automate counterparty assignment based on any combination of: entity, category, amount, bank description, account, date, or class.

***

### Reviewing counterparties at close

The **Insights** tab lets you drill into each category to see all the counterparties included in it — a useful way to spot miscategorized transactions before closing a period.

For a detailed view of vendor spend over time, use the [**Expenses by Vendor**](/reports/expenses-by-vendor.md) report on the **Accounting** tab.


---

# 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.kick.co/bookkeeping-workflows/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.
