# Use-Case 2: HTI Launch

This use case showcases the lightweight launch from one client to another by using HTI. The [launch section](/koppeltaal-2.0-dev-guide/technische-howto/launchen.md) describes how to implement the HTI launch.

### Composing a launch

{% hint style="info" %}
This step is identical between HTI and SHOF
{% endhint %}

The documentation [Compose a launch](/koppeltaal-2.0-dev-guide/technische-howto/launchen/launch-samenstellen.md) explains in detail how to this should be done.

### Receiving a HTI launch

The documentation [Receiving a HTI launch](/koppeltaal-2.0-dev-guide/technische-howto/launchen/launch-ontvangen.md) explains in detail how to handle being launched to via HTI.


---

# 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://vzvz.gitbook.io/koppeltaal-2.0-dev-guide/hackathon-use-cases/crud-task/use-case-2-hti-launch.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.
