# Appmixer SDK

- [Getting Started](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/getting-started.md): Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
- [API Reference](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference.md): JavaScript Appmixer SDK API reference. Unless otherwise stated, all methods return a promise that resolves on success and rejects on error with error object containing further details.
- [Constructor](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/constructor.md)
- [API](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/api.md)
- [FlowManager](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/flowmanager.md)
- [Designer](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/designer.md)
- [InsightsLogs](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/insightslogs.md)
- [InsightsDashboard](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/insightsdashboard.md)
- [InsightsChartEditor](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/insightscharteditor.md)
- [Accounts](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/accounts.md)
- [Storage](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/storage.md)
- [PeopleTasks](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/peopletasks.md)
- [Components](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/components.md): The appmixer.ui.Components is a UI widget that displays all available applications and components.
- [Wizard](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/wizard.md)
- [Integrations](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/api-reference/integrations.md)
- [Developer mode](https://docs.appmixer.com/6.0/v4.2/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows


---

# 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/6.0/v4.2/appmixer-sdk.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.
