# TDHandler Guide

## Introduction

In this Guide, you are going to learn how to use TDHandler. Before you start, you should know how to use Discord.JS. In case you don't here are a few resources:

* [Discord.JS Guide](https://discordjs.guide/)
* [Discord.JS Documentation](https://discord.js.org/#/docs/discord.js/stable/general/welcome)
* [Startpage](https://www.startpage.com) (or any other search engine)

If you want to start, choose the topic you want to learn in the left bar! If you have any questions, check out the [FAQ](#faq).

## FAQ

<details>

<summary>What can you handle using TDHandler?</summary>

We are planning to handle everything possible in Discord.JS

</details>

<details>

<summary>How can I contribute?</summary>

You can contribute in our [GitHub Repository](https://github.com/TigerbyteDev/tdhandler). More information can be found there.

</details>

<details>

<summary>Where can I get support?</summary>

You can either open a new [Issue on GitHub](https://github.com/TigerbyteDev/tdhandler/issues) or join our[ Discord Server](https://discord.gg/Hzcwn58pj6)

</details>

<details>

<summary>Are any new features planned yet?</summary>

Check out our [To-Do List](https://github.com/TigerbyteDev/tdhandler#to-do-list) for incoming features. If you can't find something you would like to see, you can suggest it in a [new Issue](https://github.com/TigerbyteDev/tdhandler/issues), too.

</details>

If there are any questions left, join our [Discord Server](https://discord.com/invite/7NdQSUxX).

## Special Thanks to…

[Cannon](https://github.com/CannonStealth) :heart:\
[GitBook](https://www.gitbook.com) :books:\
[js.org](https://github.com/js-org/js.org) :spider\_web:


---

# 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://tdhandler.js.org/tdhandler-guide.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.
