# Getting started

This is the portal where you'll learn how to send and receive data from AB Tasty.

### Sending data

Our datacollection pipeline is called Universal Collect and is a REST API. It can be used to send data from anywhere as soon as you have an AB Tasty account.

[Understanding the basics](/client-side/data-apis/universal-collect/uc-understanding-the-basics.md)

### Public API

You can control and interact with our platform directly through API.

[Public API](/client-side/data-apis/public-api.md)

### Connecting your segments

You can send us your segments coming either from your own internal system (database, datawarehouse) or from a third party tool (DMP, CDP, GCP or any others 3 characters acronyms) to use it as targeting criteria and reporting filters.\
Your segments will be safely kept in our infrastructure waiting to be read from our tools.

[Universal data connector API](/client-side/data-apis/universal-data-connector.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.abtasty.com/client-side/data-apis/data-getting-started.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.
