# Use-case 3: SHOF Launch

This use-case ensures that clients can launch in a similar way to Koppeltaal 1.x. In addition, the SHOF launch performs an additional security check that ensures the launch token is not intercepted and executed by someone else.

### 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 SHOF launch

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

### Testing

The SHOF Launch can be tested using the [Launch Test Suite](https://launch-testsuite.koppeltaal.headease.nl/portal.html) to launch to the POC module. You can launch to the POC module using the following parameters in the Test Suite:

| Attribute      | Value                                                     |
| -------------- | --------------------------------------------------------- |
| Audience (aud) | <https://poc-module.koppeltaal.headease.nl/module_launch> |
| Launch url     | <https://poc-module.koppeltaal.headease.nl/module_launch> |


---

# 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-3-smart-hti-on-fhir-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.
