# Welcome To CX Cloud

Welcome to CX Cloud. This site will help you through the journey of setting up and operating a CX Cloud project.

## What is CX Cloud?

CX Cloud is an idea for creating scalable microservices based architecture on AWS Cloud. This project is created and maintained by [Tieto CEM](https://www.tieto.com/cem). We use this idea, accelerators, architecture and 3rd party tools (e.g. commercetools, Algolia, Contentful) for creating high quality online services for our customers.

CX Cloud is not a ready-made product, but more of a collection of accelerators and best practices to help project teams get up and running more quickly. In our approach, we emphasize the optimal balance between centralized governance and team level autonomy. Targeting to enable coprorate-wide usage of cloud native technologies for optimal flexibility and solution specific needs, in addition to long-term sustainability and optimal TCO.

For additional information, see CX Cloud [implementation scenarios](/v3.0-docs/introduction/how_to_use.md) and [architecture](/v3.0-docs/introduction/architecture-overview.md). Check also our [Changelog](/v3.0-docs/introduction/changelog.md) for quarterly summaries of the most important changes and improvements.

And although our CX Cloud CLI is built for AWS, there is no deep dependency on AWS in CX Cloud in general. You are most welcomed to run CX Cloud with MS Azure or Google Cloud as well.

## Getting Started

For getting started, check out the [Getting Started guide](/v3.0-docs/getting-started-1/getting-started.md). After you set up the basics, you can move forward with [Setting up your own CX Cloud project](/v3.0-docs/getting-started-1/setting-up-a-cxcloud-project.md) and start exploring the possibilities.

## Online demo

Front-end: <https://demo.cxcloud.com/>\
Content API: <https://demo.cxcloud.com/api/content/v1/api-docs/> ·\
Search API: <https://demo.cxcloud.com/api/search/v1/api-docs/> ·\
Commerce API: <https://demo.cxcloud.com/api/commerce/v1/api-docs/>

## Source code

CX Cloud components and demo infra and services are available at [GitHub](https://github.com/cxcloud).

## License

CX Cloud and its components are released under the MIT license.


---

# 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://docs.cxcloud.com/v3.0-docs/undefined.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.
