> For the complete documentation index, see [llms.txt](https://xsn.gitbook.io/xsn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xsn.gitbook.io/xsn/wiki.md).

# Wiki

- [YouTube Alternatives](https://xsn.gitbook.io/xsn/wiki/youtube-alternatives.md): If you want something like YouTube Mod alternatives, here list of all clients
- [YT Music Alternatives](https://xsn.gitbook.io/xsn/wiki/yt-music-alternatives.md): If you want something like YouTube Music Mod alternatives, here list of all clients
- [List of All Telegram Client](https://xsn.gitbook.io/xsn/wiki/list-of-all-telegram-client.md): Why Telegram? Telegram is awesome because it offers a unique combination of speed, security, and features like editing messages, sharing large files, and creating groups with up to 200,000 members 🚀
- [Spotify ad-free with NextDNS](https://xsn.gitbook.io/xsn/wiki/spotify-ad-free-with-nextdns.md): Minimizing advertisements on Spotify Android using targeted DNS filtering via NextDNS. If you have configured your DNS settings correctly, an interesting effect occurs when using Spotify.
- [Spot-ify Installer](https://xsn.gitbook.io/xsn/wiki/spot-ify-installer.md): Spot-ify Installer is a tool that I created because it was inspired by and uses several scripts from SpotX. In this tool you can install Spotify, Choose a theme lyrics, and set the maximum cache size
- [Internet Download Manager (IDM)](https://xsn.gitbook.io/xsn/wiki/internet-download-manager-idm.md): This Pages all about Internet Download Manager (IDM) patch, Installer, Link download, Extension
- [Windows Terminal](https://xsn.gitbook.io/xsn/wiki/windows-terminal.md)
- [uBlock Origin Lite](https://xsn.gitbook.io/xsn/wiki/ublock-origin-lite.md)
- [Make YouTube Better on Browser](https://xsn.gitbook.io/xsn/wiki/make-youtube-better-on-browser.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xsn.gitbook.io/xsn/wiki.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
