# 4. OdinBot's Controls

### **Spot Controls**

Manage your spot copy-trades. Spot trades involve buying and selling actual tokens directly on the blockchain. Configure buy and sell sizing strategies, apply safety filters, and customize your transaction speeds.

{% content-ref url="4.-odinbots-controls/4.1-spot-controls" %}
[4.1-spot-controls](https://docs.odinbot.io/setup-and-initialization/4.-odinbots-controls/4.1-spot-controls)
{% endcontent-ref %}

### **Perps Controls**

Control your perpetual futures copy-trading. Perps trades use leverage to bet on token price movements without owning the underlying asset. Define rules for opening or closing mirrored positions, set your default collateral amounts, and restrict copied trades to specific directions.

{% content-ref url="4.-odinbots-controls/4.2-perps-controls" %}
[4.2-perps-controls](https://docs.odinbot.io/setup-and-initialization/4.-odinbots-controls/4.2-perps-controls)
{% endcontent-ref %}

### Auto-Sell Profiles

Automate your risk management. Build custom profiles with take-profit and stop-loss triggers to secure gains and limit potential losses.

{% content-ref url="4.-odinbots-controls/4.3-auto-sell-profiles" %}
[4.3-auto-sell-profiles](https://docs.odinbot.io/setup-and-initialization/4.-odinbots-controls/4.3-auto-sell-profiles)
{% endcontent-ref %}


---

# 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://docs.odinbot.io/setup-and-initialization/4.-odinbots-controls.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.
