# Run Your Analysis

Now that your dataset is ready, all you have to do is starting your analysis.

To help you with this, our platform has chosen to opt for a multiple-choice process: first, you can choose which pipeline to use, and then define the parameters of the same. Let's see how.

## Pipelines

First, let's clarify the *pipeline* concept:

> a data pipeline is a generic term to describe a set of data processing elements connected in series, where the output of one element is the input of the next one.

Simple, isn't it? A bit like the game of dominoes: what happens to the previous tile will influence the next one.&#x20;

Your cards will be the parameters you choose, and the domino will be your pipeline; for this, to get the results you want, you will have to be very precise in setting the parameters suitable for your analysis. Don't worry, we'll help you with that.

Now let's take a look at the pipelines available on the platform:

![](/files/-ME2J6finhjKUuzJcicw)

If you have reached the usage limit for your Freemium account, an error message will be shown in this section:

![](/files/-ME2JZdgc-zCD4eRAg6y)


---

# 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://shivom.gitbook.io/documentation/getting-started/run-your-analysis.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.
