# How many datasets can a single Aggregate object take input from?

The [*Aggregate Transformation*](/dataflows/transformations/aggregate-transformation.md) is a set-level transformation which means that it can only take input from a single dataset. It creates derived values from input data. So, taking input from more than one source will result in [cardinality error.](https://astera.zendesk.com/hc/en-us/articles/115000512623-Commonly-Asked-Questions-about-Cardinality-Errors)


---

# 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://documentation.astera.com/faqs/transformations/how-many-datasets-can-a-single-aggregate-object-take-input-from.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.
