# App Developer Kit

The ADK is the modern toolkit used to build extension apps for Symphony Messaging.

Choose from one of the following guides depending on the type of extension app you require. These guides will help you get started building your extension app project from scratch.

{% content-ref url="/pages/7NTBniP8DORVfzzHpeZE" %}
[Build a Basic Extension App](/dev-tools/adk/basic.md)
{% endcontent-ref %}

{% content-ref url="/pages/Pv18iVpJFKahf9DRevo8" %}
[Build an Extension App with App Views](/dev-tools/adk/app-view.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vztd79DS5wclAdOBmA8A" %}
[Build an Extension App with Message Renderers](/dev-tools/adk/message-renderer.md)
{% endcontent-ref %}

For the complete technical reference to all methods and interfaces, please refer to the following page instead:

{% embed url="<https://symphonyplatformsolutions.github.io/symphony-adk/#/modules/ADK>" %}


---

# 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.developers.symphony.com/dev-tools/adk.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.
