# LavalinkSearchPlatform

```typescript
export type LavalinkSearchPlatform = "ytsearch" | 
  "ytmsearch" | 
  "scsearch" | 
  "spsearch" | 
  "sprec" | 
  "amsearch" | 
  "dzsearch" | 
  "dzisrc" | 
  "ymsearch" | 
  "speak" | 
  "tts" | 
  "ftts";
```

<table><thead><tr><th width="195">Name</th><th>Description</th><th>Lavalink-Plugin</th></tr></thead><tbody><tr><td>"ytsearch"</td><td>Search on <a href="https://youtube.com">YouTube</a></td><td><em>included</em></td></tr><tr><td>"ytmsearch"</td><td>Search on <a href="https://music.youtube.com">YouTubeMusic</a></td><td><em>included</em></td></tr><tr><td>"scsearch"</td><td>Search on <a href="https://soundcloud.com">SoundCloud</a></td><td><em>included</em></td></tr><tr><td></td><td></td><td></td></tr><tr><td>"amsearch"</td><td>Search on <a href="https://music.apple.com/us/browse">AppleMusic</a></td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"spsearch"</td><td>Search on <a href="https://open.spotify.com">Spotify</a></td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"sprec"</td><td>Use <a href="https://developer.spotify.com/documentation/web-api/reference/get-recommendations">Spotify-Recommendations</a></td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"dzsearch"</td><td>Search on <a href="https://deezer.com">Deezer</a></td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"dzisrc"</td><td>Search on <a href="https://deezer.com">Deezer</a> with isrc</td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"ymsearchic"</td><td>Search on <a href="https://music.yandex.ru/">YandexMusic</a></td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td>"ftts"</td><td>Use Flowery-TTS</td><td><a href="https://github.com/topi314/LavaSrc">LavaSrc</a></td></tr><tr><td></td><td></td><td></td></tr><tr><td>"speak"</td><td>Free to use TTS</td><td><a href="https://github.com/DuncteBot/skybot-lavalink-plugin">DuncteBot Sources Plugin</a></td></tr><tr><td>"tts"</td><td>API from Google Cloud for TTS</td><td><a href="https://github.com/DuncteBot/tts-plugin">Google Cloud TTS Plugin</a></td></tr></tbody></table>


---

# 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://lc4.gitbook.io/lavalink-client/docs/other-types/searchplatform/lavalinksearchplatform.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.
