# Get Started

Welcome to the Appmixer Knowledge Base! 👋

In the following sections, you'll get a clear picture of what Appmixer is and how this technology helps you implement automation and integration capabilities into your platform.

Throughout the Knowledge Base, you will come across three main interfaces: Studio, Backoffice, and SDK Demo (which is not a final interface but serves as a guide for your developers to understand how to integrate the Appmixer UIs into your own product). To understand how Appmixer works, it is crucial to understand the difference between them. Refer to the sections below to understand the basics.

{% content-ref url="/pages/-Mez6PVSxQtLfy\_6XHlm" %}
[What is Appmixer](/kb/the-basics/what-is-appmixer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfHXahmqV5UsIeB5GbU" %}
[Appmixer interfaces](/kb/the-basics/appmixer-interfaces.md)
{% endcontent-ref %}

Once all the basics are clear, start exploring the key features of all of the three interfaces. There is so much to discover in Appmixer. Thanks to the fact that Appmixer can be fully customised to suit your business needs, you can extend the limits and make Appmixer even more powerful.

{% content-ref url="/pages/-MflLL1OhwoV5dKTjF-A" %}
[Appmixer Studio features](/kb/appmixer-studio-features/what-is-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MflNk5U3IypLq5q2462" %}
[Backoffice features](/kb/backoffice-features/tbd.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MflNr--yvAf-9h-CRGt" %}
[SDK Demo](/kb/sdk-demo/workflow-automation.md)
{% endcontent-ref %}

{% hint style="info" %}
Keep in mind that this Knowledge Base is created mainly for exploring Appmixer product features. If you're a developer, you might be interested in our technical documentation here: [https://docs.appmixer.com](https://docs.appmixer.com/).
{% endhint %}


---

# 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.appmixer.com/kb/master.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.
