# Help

### [**About DBot**](/dbot-automated-dex-trading/about-dbot.md)

{% hint style="info" %}
Reading the questions about DBot before use, it will help you fully understand the advantages of DBot.
{% endhint %}

### [**About Copy Trading/Sniping**](/faq/help/about-copytrading-sniping.md)

{% hint style="info" %}
List the common questions DBot users have when using the copy/sniping function, and answer them in detail for reference.
{% endhint %}

### [**About Slippage**](/faq/help/about-slippage.md)

{% hint style="info" %}
Questions about slippage include:

* What is slippage? What is slippage tolerance?&#x20;
* How to set slippage?&#x20;
* Slippage FAQ
  {% endhint %}

### [**About Pump**](/faq/help/about-pump.md)

{% hint style="info" %}
Questions about pump include:

* Why is the internal PUMP over-bought?&#x20;
* Can sniping be achieved by following the PUMP DEV address?
  {% endhint %}

### [**Wallet Login**](/faq/help/wallet-login.md)

{% hint style="info" %}
Questions about wallet login include:

* What wallets does DBot support?&#x20;
* Can I only use EVM address to register and log in DBot with Phantom wallet, but not SOL?
  {% endhint %}

### [**Account Rebinding**](/faq/help/account-rebinding.md)

{% hint style="info" %}
The steps for rebinding a DBot account include:

* I have registered DBot with a Telegram account. How can I bind it to another DBot account?
* I have registered with my wallet address, how can I change to email login?
  {% endhint %}

### [**EVM transaction failed**](/faq/help/evm-transaction-failed.md)

{% hint style="info" %}
In-depth analysis of EVM transaction failures, including:

* Why can't I sell my EVM tokens? What is Pixiu/honeypot/closed source/conditional restrictions on selling tokens?&#x20;
* How to avoid Pixiu/honeypot/non-open source/conditional restrictions on selling tokens on EVM?
  {% endhint %}

### [**SOL transaction failed**](/faq/help/sol-transaction-failed.md)

{% hint style="info" %}
In-depth analysis of SOL transaction failures, including:

* Why did the Solana transaction fail?&#x20;
* Why is the Solana network congested?&#x20;
* What makes DBot SOL so fast? Why is there a chance to buy in the same block or first?&#x20;
* How to set up DBot SOL copy trading to be the fastest?
  {% endhint %}

### [**Case Explanation**](/faq/help/case-explanation.md)

{% hint style="info" %}
Lists various transaction problem cases and verification results encountered by users when using DBot, providing you with professional DEX experience reference
{% endhint %}


---

# 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-en.dbotx.com/faq/help.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.
