# Applet SDK Components

The SanteDB SDK provides a collection of tools which are intended to make the development and debugging of SanteDB applets easier. The SDK contains a series of tools to interact with iCDR and dCDR deployments.

* [Applet Development Environment (sdb-ade)](/developers/applets/applet-sdk/applet-development-environment.md)
* [Brian Bug (sdb-bb)](/developers/applets/applet-sdk/santedb-brain-bug.md)
* [Package Manager (pakman)](/developers/applets/applet-sdk/packaging-applets.md)
* [Business Rules Debugger (sdb-dbg)](/developers/applets/applet-sdk/applet-debugger.md)

{% hint style="info" %}
All SanteDB tools provide inline help using the `--help` console option.
{% 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://help.santesuite.org/developers/applets/applet-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.
