# Welcome to DXEZ Platform

<figure><img src="/files/VwtcwYoVHdaclQIX04oJ" alt=""><figcaption><p>Overview of DXez</p></figcaption></figure>

### Features and Scenarios:

```
. Exploring business opportunities (personas, customer journey maps, business model canvas)
. Event storming modeling (process modeling, software modeling)
. Generate code from the model and push the generated model to gitlab.
. The pushed code is developed online through gitpod linked to gitlab.
. gitlab CI - Build occurs simultaneously with gitlab push.
. Create a container image
. Provides a testing sandbox for each developer using kind
. If the build is successful, deploy to the developer's Kubernetes cluster (Argo CD)
. Check the status of deployed microservices through kubersphere
```


---

# 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://dx-ez.gitbook.io/dxez/welcome-to-dxez-platform.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.
