# How to Get Technical Support

{% embed url="<https://youtu.be/X4Gh0-KDBJs>" %}

You can receive technical support in a couple of ways:

1. **Chat with the TF Discord Community:** Go into Tech Fleet Discord and head to the #support-general channel. Type in that channel what you'd like support from the community.&#x20;
2. **Create a TF Discord support ticket:** In Tech Fleet Discord, head to the #create-a-ticket channel and click on the button "Create Ticket". A new private channel will be created for you and a moderator in Tech Fleet Discord. You can type whatever you need in that channel. It's all private!
3. **Email us:** Email <info@techfleet.org> and type your support request in the email. Someone will get back to you usually within 72 hours (but this is not guaranteed). For a faster response, create a support ticket in Tech Fleet Discord (see #2 on this list).


---

# 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://guide.techfleet.org/resources/how-to-get-technical-support.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.
