> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enterspeed.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Intro

## The ITD-process

To get started using Enterspeed, you need to go through a three-step process - the ITD-process:

1. **I**ngest data
2. **T**ransform data
3. **D**eliver data

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/general/the-enterspeed-process.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=f7ae92c291228a80b790702c9947e60c" alt="The Enterspeed process" width="1041" height="151" data-path="images/docs/general/the-enterspeed-process.png" />

### Ingesting data

In this step, we ingest the data from your current data source(s) into Enterspeed. You can do this by using one of our [integrations](/enterspeed/integrations) or by using our [API](/api).

***[Go to the Ingest data section.](/enterspeed/ingest)***

### Transforming data

Once the data have been ingested into Enterspeed, you can start transforming it.

You do this by using our Schema designer. Here you can combine data from multiple sources and select which data you want to be available to the front-end.

Once the data is transformed it gets stored in a high-performance Redis database that can be stored across multiple geographical regions.

***[Go to the Transforming data section.](/enterspeed/transform/intro)***

### Delivering data

The data is now available to fetch via the Enterspeed Delivery API.

Like working with any other APIs, it's extremely easy to integrate into your front-end project.

***[Go to the Delivering data section.](/enterspeed/deliver)***

## Configuring Enterspeed

However, before you can start the ITD-process, you need to do some configuration first.

We need to set up:

* Domains and hostnames
* Environment and environment clients
* Data sources

You will learn about this in the next sections.
