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

# Get help

Join our Discord: [**Join Here**](https://discord.gg/alienstrading)

{% hint style="danger" %}
Scammers may pose as support staff or offer unsolicited assistance to appear trustworthy. Ignore any direct messages claiming to be from support and request help only through official private tickets.
{% endhint %}

***

#### 1. Join Our Discord

Click the Discord link provided above to access our server.\
If you don’t already have a Discord account, you’ll be prompted to create one. Follow the on-screen steps, then return to the invite link to join the community.

#### 2. Verify Your Account

Before entering the main channels, you’ll need to verify that you’re a real user by reacting with the verification emoji. This quick step helps protect the community from bots and spam, ensuring that only genuine members gain access to the server.

<figure><img src="/files/HXE2RvgBzZORISCNX1QS" alt=""><figcaption></figcaption></figure>

#### 3. Ignore Direct Messages

Once inside the server, do not respond to any direct messages from users claiming to be support staff or offering unsolicited help. All legitimate assistance is handled within official support channels only.

Disable Direct Messages from Server Members (Optional but recommended)

To reduce unwanted messages:

1. Right-click the Aliens server icon.
2. Select Privacy Settings.

&#x20;      ![](/files/pToti66bTl688vHXmO6s)

3. Toggle Direct Messages off.

&#x20;      ![](/files/6A6c5i14LR4HpWuheuAW)

This prevents random members from sending you private messages.

#### 4. Create a Support Ticket

When you need help, navigate to the **#support** channel at the top of the list. Click it and follow the posted instructions to open a new support ticket. This connects you directly with our support team.

<figure><img src="/files/0TVCiov4AjsflwayaQNy" alt=""><figcaption></figcaption></figure>

#### 5. Accessing Your Private Ticket

After creating a ticket, a new channel will appear in the sidebar with your ticket number. Click that channel to open your private thread, where you can communicate securely with support.

<figure><img src="/files/McOUSxzF5EImsmqKQP76" alt=""><figcaption></figcaption></figure>

#### 6. Accessing Your Private Ticket

When submitting your request, share as much relevant information as possible. This helps our team identify and solve your issue faster. Please be patient and respectful while waiting, as our staff handle many requests and respond as quickly as possible.


---

# 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://alienstrading.gitbook.io/docs/get-help.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.
