# Aggregation

Aggregating your data with Vector AI can provide users with new ways to try out things with data.

We are interested in clustering data/vectors and then determining the average/max/total of that cluster. This is achieved via aggregation. Vector AI helps provides aggregation endpoints that:

* Aggregate live every time new data comes in
* Provide common statistical ways to aggregate clusters
* Using the centroid data point to represent the cluster


---

# 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://learn.getvectorai.com/vector-search/aggregation.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.
