> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/personas/visitors-and-customers/data-table.md).

# Data table

## VISITORS

**Visitor data table** utilizes data from the **Visitor** data object to display information. This makes it easy for users to quickly access data related to visitors.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXco-I_cXiZ57xl4m7DSV4ufw8OpFe2AcewmrWL6y-2Jia_wqdpv0Oy6Xqenubx1BtjBGlm1uKbLDmfZJcO4KLRD27UrmlSZtk_0nneNs2NNJL-Xuz6tobwofGDrWKzW216Q6wz_8M6ezGbbXnPfyEROETc0?key=nsg4PmgvSxrd7fjFkMggfQ" alt=""><figcaption></figcaption></figure>

## CUSTOMERS

Drawing data from **Customer** data object, **Customer data table** showcases information, facilitating users' rapid access to customer-related data.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeDf5_bWhdUcbLStHIaSV2tpsdvYVrTgm1p407m_ACWRWNWX1UWK29hCUs5aZT33N9cJj6ucfDJhxR3rtXl3xIiGnoPZFtMDMYfPktQyrQxO6VME9pqayjvaP1NtUWfdlbCWUfM5MNXN5nFS2ls5gtVNu-Z?key=nsg4PmgvSxrd7fjFkMggfQ" alt=""><figcaption></figcaption></figure>

## ELEMENTS OF DATA TABLE

<table><thead><tr><th width="216">Element</th><th>Description</th></tr></thead><tbody><tr><td>Search</td><td>'Search' feature enables users to locate any visitor or customer by entering their name or ID</td></tr><tr><td>Add filter</td><td>Users can filter the data table by utilizing attributes associated with the 'Customer' data object for customer data or attributes linked to the 'Visitor' data object for visitor data<br><br>In case of multiple conditions, the system will unify them using the 'AND' logic</td></tr><tr><td>Column</td><td>With this feature, users have the option to select the columns they want to view on the data table</td></tr><tr><td>Explore</td><td>Discover audience insights using the 'Explore' feature, which allows users to visualize data through a variety of charts</td></tr><tr><td>Upload</td><td>To update data in the data table, utilize the 'Upload' feature</td></tr><tr><td>Export</td><td>The system supports users export data from data table to files with the following format: xlsx, csv, xml</td></tr></tbody></table>

## ACTIONS WITH DATA TABLE

Concerning 'Visitor' data table, the system aids users in removing specific rows of data.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf5NWatygoxPE7Lo88FoJmNrPbMK2rxGhK_tZh4jJKAsZ4hlciaRrkfUKh6pxrDvHGNeCKVWAXguJ6ztJDuOIf65zjEDGn7rIWnofHq6TIxovTRaST76BobsF4A59uvLyMtdz5aQEkLDriatbJBl1I7waLm?key=nsg4PmgvSxrd7fjFkMggfQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.antsomi.com/cdp-365-user-guide-en/personas/visitors-and-customers/data-table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
