# SDK Demo

SDK Demo is here as an example of how you can embed Appmixer into your product. As you already know, Appmixer is not an end-user product. Being seamlessly embedded into your platform, Appmixer becomes a natural part of your product without your end-users noticing.

The SDK Demo and especially its source code is very useful as an example of how to use the Appmixer JavaScript SDK to display e.g. the drag\&drop workflow automation designer, connected accounts, flow manager, and logs in your product. Moreover, it shows you how you can associate your user management system with Appmixer virtual users.

Use SDK Demo to:

* study the source code in order to understand how to embed Appmixer in your product using the Appmixer JavaScript SDK
* preview what Appmixer looks like in your platform and, thus, reveal the experience your end-users have when interacting with Appmixer's interfaces.

Further in the Knowledge Base, you'll find out there are two SDK Demos:

1. [**Workflow automation**](/kb/sdk-demo/workflow-automation.md) helping you preview the interface in which you or your end-users build sophisticated flows from scratch.
2. [**Integration templates**](/kb/sdk-demo/integration-templates.md) empowering your end-users with a simplistic way to integrate different apps.

Access both SDK Demos below.

{% content-ref url="/pages/-MflNr-00bhlPbp4XMB2" %}
[SDK Demo: Workflow automation](/kb/sdk-demo/workflow-automation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mg52yNDAPFI3csYzidV" %}
[SDK Demo: Integration templates](/kb/sdk-demo/integration-templates.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/sdk-demo.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.
