# Getting Started

Welcome to this tutorial on how to get started with [Activiti](/activiti-7-developers-guide/readme.md). Two deployment options are available, you can try both or pick the one that suits best with your needs. Enjoy your Activiti hands-on session, it's now time to practice!

***Getting started with Activiti Cloud*** : here are 3 options.

* [Docker Compose](/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud/getting-started-docker-compose.md) (local install)
* [Automated CI/CD with Jenkins-X](/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud/getting-started-activiti-cloud-jx.md)
  * on AWS EKS
  * on GCP GKE
* [Using Helm](/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud.md)
  * on AWS EKS
  * on GCP GKE

[***Getting started with Activiti Core***](/activiti-7-developers-guide/getting-started/getting-started-activiti-core.md)\_\*\*: \*\*\_to learn how to use the new Java Runtime API inside a Spring Boot application. This spring boot approach is using Activiti Core as a library inside your java application.


---

# 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/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.
