# 入门

## 1. 设置

如果您想要调整 SongBook+ 的设置，请在此处查找更多信息：[设置](/zhong-wen/readme/einstellungen.md)。

## 2. 插入数据

当您从 AppStore 下载并安装 SongBook+ 时，其中还不包含任何数据。

您需要将包含歌词或音乐乐谱的文件导入到 SongBook+ 中，最好以 PDF 文件的形式。此外，您还可以导入音频文件、MIDI 文件和视频以在 SongBook+ 中使用。

如果您更愿意先不使用自己数据而是稍微试用一下 SongBook+，刚刚新安装的 SongBook+ 中也包含一个用于下载演示数据的链接。更多信息请参阅此处：[Dateien in SongBook+ einfügen](/zhong-wen/readme/dateien-in-songbook+-einfugen.md#demo-daten-zum-ausprobieren-von-songbook)

有多种方法可以将文件插入 SongBook+。更多信息请参阅此处：[Dateien in SongBook+ einfügen](/zhong-wen/readme/dateien-in-songbook+-einfugen.md)。

另外，您还可以使用 iPad 或 iPhone 内置摄像头拍摄您纸质版的歌词或乐谱。更多信息请参阅此处：[使用内置相机扫描纸质歌词](/zhong-wen/readme/songtexte-auf-papier-mit-eingebauter-kamera-scannen.md)。

## 3. 创建歌曲

插入的文件将出现在 SongBook+ 的列表顶部的“未使用文件”部分。

从中创建使用这些文件的歌曲。这些文件将在被歌曲使用后从“未使用文件”部分消失。

更多信息请参阅此处：[将未使用的文件添加到曲目列表中](/zhong-wen/readme/unbenutzte-dateien-in-die-songliste-einfugen.md)。

{% hint style="info" %}
虽然在“未使用文件”部分的 PDF 文件可以被打开和显示，但若要使用更多功能，您需要将其制作成歌曲。
{% endhint %}

## 4. 编辑歌曲

如果您想以后更改已创建的歌曲，随时可以进行。

更多信息请参阅此处：[编辑歌曲详情](/zhong-wen/readme/songdetails-bearbeiten.md)。

## 5. 使用歌曲

创建歌曲后，您可以在列表中轻触以打开。

歌曲列表可以任意排序，并且通过搜索框，您可以在最短的时间内在一个包含数百首歌曲的长列表中找到任何一首歌曲。

更多信息请参阅此处：[使用歌曲列表](/zhong-wen/readme/verwenden-der-songliste.md)。

## 6. 使用播放列表

如果您不想使用包含所有歌曲的完整列表，而是想要创建包含特定歌曲的小列表，请在此处查找更多信息：[播放列表](/zhong-wen/readme/playlisten.md)。

## 7. 解锁完整版

如果您想要使用超过 15 首歌曲的 SongBook+，可以解锁完整版。

更多信息请参阅此处：[正版与应用内购买](/zhong-wen/readme/vollversion-und-in-app-kaufe.md)。

## 8. 数据备份

这虽不是最初几步之一，但请知悉其重要性并牢记于心。

定期备份您的数据，尤其是在大修改后，以免您的 SongBook+ 投资时间因设备损坏或丢失、意外或软件错误而突然丢失。

更多信息请参阅此处：[备份和恢复数据](/zhong-wen/readme/sichern-und-wiederherstellen-ihrer-daten.md)。


---

# 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/zhong-wen/readme/erste-schritte.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.
