# Attributions

**MIDI Communication:**

The MIDI communication is based on sample code by Pete Goodliffe.

Thank you to Pete for publishing his sample code on the internet.

You can find more information here:

<http://goodliffe.blogspot.com/2010/10/using-coremidi-in-ios-example.html>

**Music Symbols:**

The music symbols for insertion with the annotation function are from Linkware Graphics.

Thank you to Shirley Kaiser for publishing these symbols.

You can find more information here:

<http://linkwaregraphics.com/music/>

**In-App-Settings:**

The in-app settings were realized with "InAppSettingsKit". Thank you to Luc Vandal and Ortwin Gentz for the development and publication.

You can find more information here:

<https://github.com/futuretap/InAppSettingsKit>

**OpenSSL:**

SongBook+ uses OpenSSL. According to the licensing terms, this must be mentioned with the following statement:

*“This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (*<http://www.openssl.org/>*).”*


---

# 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.songbookplus.com/english/readme/zuschreibungen.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.
