# Available Columns

Violet allows you to export data about connected merchants, including their basic information, platform details, and commission rate history. This page provides details on the columns you are able to export.

**Connected Merchants** represent the merchants that have been integrated with your Violet application, including their current status and commission configurations.

#### Connected Merchants

The following fields are available when exporting connected merchants data. These fields provide comprehensive information about each merchant's connection and commission details.

| Field Name                          | Export Name                      | Definition                                                                               |
| ----------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------- |
| Merchant ID                         | merchant\_id                     | The unique identifier for the merchant in the Violet system.                             |
| Merchant Name                       | merchant\_name                   | The display name of the connected merchant.                                              |
| Merchant Platform                   | platform                         | The e-commerce platform the merchant is using (e.g., Shopify, BigCommerce, WooCommerce). |
| Date of Connection                  | date\_connected                  | The date when the merchant was first connected to your Violet application.               |
| Current Commission Rate             | commission\_rate                 | The currently active commission rate percentage for this merchant.                       |
| Date of Last Commission Rate Change | commission\_rate\_last\_modified | The date when the commission rate was last modified for this merchant.                   |


---

# 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.violet.io/prism/reporting/connected-merchants/columns.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.
