# Spot and Perps Actions

### Overview

Actions lets you to detemine what should happen after the conditions you have set are met. When creating spot bots you can choose the following actions:

* **Buy/Sell token:** Automate the process of purchasing or selling a designated token based on user-defined conditions. This action facilitates the seamless execution of token trades according to specified criteria.
* **Alerts (Coming Soon)**: Enables real-time notifications through platforms such as Telegram, Discord, Webhooks, or email. This action ensures users are updated when the pre-defined conditions that they have set are met.

While the action below is availble for Perp bot trading.

* **Leverage:** Initiates a leveraged long/short positions on a particular asset.<br>

***

### FAQ

* Can I set mutiples actions on one bot?\
  You can only set one actions per bot.


---

# 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.zotto.ai/conditions-and-actions/spot-and-perps-actions.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.
