# Launching

Koppeltaal supports two launch mechanisms: [HTI](https://devguide.koppeltaal.nl/technische-howto/launchen/hti) and [SMART HTI On FHIR](https://devguide.koppeltaal.nl/technische-howto/launchen/smart-hti-on-fhir). The latter is based on the [SMART App Launch](https://www.hl7.org/fhir/smart-app-launch/). There are slight differences, but where possible they are similar. Both mechanisms work at their core with the HTI JWT token, making both systems very similar in implementation. For sending out a launch, there are minimal differences. The receiving party (`module provider`) can, in the case of a SHOF launch, still choose to execute the HTI Flow.

{% hint style="info" %}
After reading the launch documentation, we recommend looking at the [Koppeltaal Test Tooling](https://devguide.koppeltaal.nl/technische-howto/koppeltaal-test-tooling). This offers an interactive way of sending and/or receiving a launch.
{% 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://devguide.koppeltaal.nl/technische-howto/launchen.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.
