# Overview

<figure><img src="/files/9dae9669a6970275015d5c70bf21b16678966fac" alt=""><figcaption></figcaption></figure>

## **Overview of mappings**

The overview works like all table views in Connect:\
Search, filters, CSV export, and the familiar actions menu are available.

In the list of all mappings, you can see:

| Column                | Description                                                                                |
| --------------------- | ------------------------------------------------------------------------------------------ |
| Name                  | The name of the respective mapping                                                         |
| Source data structure | The data structure that serves as the data source in the mapping. It contains the raw data |
| Target data structure | The data structure to which the mapping is applied. It contains the transformed data.      |

## **Actions per mapping**

| Icon          | Meaning                                                       |
| ------------- | ------------------------------------------------------------- |
| **Brush**     | Opens the mapping editor (no-code mapping and transformation) |
| **Pencil**    | Configuration of the mapping                                  |
| **Trash can** | Deletes the mapping (with confirmation prompt)                |


---

# 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://connect.xentral.com/connect/connect-en/features/mappings/overview.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.
