# Business Objects

- [Data Objects](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects.md)
- [Data table](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/data-table.md): This tab stores the data of the chosen data object
- [Attributes](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes.md)
- [Custom Attribute](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/custom-attribute.md): The attribute in which data does not need to compute
- [Computed Attribute](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute.md): The attribute in which data need to compute by the system
- [Event Counter](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/event-counter.md): The Event counter helps you to count the number of event occurrences
- [Aggregation](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/aggregation.md): It helps you aggregate values ​​of an event attribute into a single value
- [Most Frequent](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/most-frequent.md): Most Frequent returns the most common value of an event attribute
- [First](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/first.md): First returns the first received value of the event attribute
- [Last](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/last.md): Last returns the last received value of the event attribute
- [Unique List](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/unique-list.md): Unique List returns a list of unique values ​​of an event attribute
- [Unique Count](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/unique-count.md): Unique Count attribute returns the number of elements in a list of unique values ​​of an event attribute
- [Conversion Attribution](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/conversion-attribution.md): Conversion attribution helps you find which value of the attribute (it can be channels, events, campaigns, etc) lead to the conversion event
- [Virtual Custom Function](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/virtual-custom-function.md): Use formulas for advanced calculations based on computed attributes
- [Schedule Custom Function](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/schedule-custom-function.md): Use formulas for advanced calculations based on computed attributes
- [Collections](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/collections.md)
- [Groups](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/groups.md)
- [Setting](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/setting.md)
- [Data Views](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-views.md)
- [Import Histories](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/import-histories.md)
- [Export Histories](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/export-histories.md)


---

# 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.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects.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.
