# Support guide

## Before opening a ticket

Search this help center first. Most common questions about deposits, withdrawals, trading, and subscriptions are already answered in the FAQ sections. If you're looking for how-to guides and feature documentation, visit the [Minara documentation](https://minara.ai/docs).

If you've searched and can't find an answer, open a support ticket.

## How to get support

**Discord (fastest)**

Join the official Minara Discord: [discord.com/invite/minaraai](https://discord.com/invite/minaraai)

Navigate to the **open-ticket** channel and use the button to create a ticket. Support takes place inside ticket channels only, not in public channels or direct messages. Anyone who contacts you directly claiming to be Minara support is a scammer.

**In-app**

Type your issue in the Minara chat. For straightforward questions, Minara can help directly. For account or funds-related issues, the chat will direct you to Discord.

## Response times

Ticket responses typically take up to 24 hours. Expect longer wait times on weekends and during high-traffic periods. Include as much detail as possible when opening a ticket: account email, wallet address, transaction hashes, and screenshots. This avoids unnecessary back-and-forth.

## Security

**Minara will never ask for your private key, seed phrase, or authenticator codes.** Anyone asking for these is a scammer.

Before interacting with any Minara-branded page or link, verify the URL. The official Minara domains are:

* App: [minara.ai](https://minara.ai)
* Documentation: [minara.ai/docs](https://minara.ai/docs)
* Discord: [discord.com/invite/minaraai](https://discord.com/invite/minaraai)
* X: [x.com/minara](https://x.com/minara)

Scammers use domains that look similar (e.g., minara-ai.com, minara.app). When in doubt, access Minara only through links from the official X account or Discord.

If you believe your account has been compromised, go to [Security incidents](/docs/support/faq/wallet-and-security/security-incidents.md) for immediate steps.


---

# 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://minara.ai/docs/support/readme.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.
