# Appmixer interfaces

[As outlined in the previous section](/kb/master.md), Appmixer consists of three main interfaces: Appmixer Studio, Backoffice, and SDK Demo.

* **Appmixer Studio** is the environment where the flow configuration happens, Besides flow creation, you can manage your connected accounts, troubleshoot errors, view insights and set up custom key-value data stores.
* **Backoffice**, being the most technical part of Appmixer, serves similarly like an admin panel. Here, you can grant access to other users, manage access control lists, register third-party apps etc.
* **SDK Demo** helps you preview what your end-users see and interact with. As you already know, Appmixer is an embedded (white-label) solution that lives inside your software. The SDK Demo serves as an inspiration for your developers on how they can use the Appmixer JavaScript SDK to embed Appmixer in your product.

Let's explore all the interfaces one by one.

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

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

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


---

# 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/the-basics/appmixer-interfaces.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.
