# Components

Activiti Cloud provides a set of basic building blocks which can be divided into 3 separate groups:

* [Activiti Cloud Infrastructure](/activiti-7-developers-guide/components/activiti-cloud-infrastructure.md)
* [Activiti Cloud Applications](/activiti-7-developers-guide/components/activiti-cloud-application.md)

We define a set of services that should be provided by the infrastructure, meaning that in different environments these components can be replaced by services provided by the underlaying infrastructure. Other components will rely on these infrastructural services to work, meaning that a clear set of features must be provided for the Activiti Cloud Applications to work with all the designed features.

![](/files/-LHE-GGPI9vAG_0c2WVw)

Activiti Cloud Applications are dynamic and they can be provisioned on runtime on top of an existing infrastructure. Activiti Cloud Applications can be composed using our provided building blocks to accomodate a wide range of scenarios, we provide some examples on how to compose these applications, but the Activiti Cloud design support different configurations to support large scale deployments.

![](/files/-LHE-GGTtX-ouCXNiCS3)


---

# 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://activiti.gitbook.io/activiti-7-developers-guide/components.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.
