> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/resources/the-great-tech-fleet-discord-migration-video-tutorials/get-technical-support-in-tech-fleet-discord.md).

# Get Technical Support in Tech Fleet Discord

{% hint style="info" %}
Email Tech Fleet for tech support outside of Discord: <info@techfleet.org>
{% endhint %}

## Getting Technical Support in Tech Fleet Discord

**TL;DR:** go to the support general channel, or create a ticket channel.

#### Here's a video:

{% embed url="<https://youtu.be/X4Gh0-KDBJs>" %}
Getting Technical Support in Tech Fleet Discord
{% endembed %}

#### Here's the text version:&#x20;

<details>

<summary>Getting Technical Support in Tech Fleet Discord</summary>

Tech Fleet's got some exciting new ways to provide support to our community!

Now, members in Tech Fleet Discord can create a support ticket to speak directly with a moderator.

**Here's how to Get Tech Support**

1. Go to the "Support" menu category in Tech Fleet's Discord. You can find this on the left-hand side at the bottom of the channel list.
2. Go to the "Create a Ticket" channel.
3. To start a new ticket, click on the "Create Ticket" button within that channel.
4. A new private channel will be created with you and the Tech Fleet Guilds. You can chat with a moderator from the Tech Fleet Guilds about anything!
5. Simply go to the new channel that was made, and type your details in your support ticket.
6. When you're finished, you can close the ticket, or a moderator might close the ticket for you. Simply click on the "Close" button in the ticket's channel.

Anytime you have a question or need assistance, Tech Fleet is here to speak to you one-on-one. We don't have this ability in Slack, so it's exciting to offer this level of support to our community members.

</details>

## Head to the next lesson:


---

# 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://guide.techfleet.org/resources/the-great-tech-fleet-discord-migration-video-tutorials/get-technical-support-in-tech-fleet-discord.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.
