# Automations

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

<figure><img src="/files/2wIQF59QXtlTKKtO2fRa" alt=""><figcaption></figcaption></figure>

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

{% stepper %}
{% step %}

### Add Task

* Add Volume: More details in[Volume](/terminal/the-details/tasks/volume.md)&#x20;
* Bump: More details in [Bump](/terminal/the-details/tasks/bump.md)
* Bulk Sell: More details in [Bulk Sell](/terminal/the-details/tasks/bulk-sell.md)
* Sell Buyback: More details in [Sell Buyback](/terminal/the-details/tasks/sell-buyback.md)
* Buy Token: Individual Buy
* Sell Token: Individual Sell

{% endstep %}

{% step %}

### Select a Trigger

* Manual: You will be able to press a button after launch to run this task. For example if you wanted to run volume after you verified external snipers who sniped into your launch have left. You can set up a volume task and set the trigger to manual
* Delay: The task will execute a set number of seconds after launch. For example if you wanted to perform a dev sell automatically after 5 seconds, you would set up a sell token task and input a value of 5
* Market cap: Task will run after a desired market cap is reached. For example if you wanted volume to automatically run after the market cap of the coin hit 10K, you would set up the volume task and select the market cap trigger and input a value of 10000
* Profit: The task will run when your profit reaches the inputted value. For example if you wanted to sell 25% of your holdings after being 1 SOL in profit you can set up a bull sell task and input a value of 1
  {% endstep %}
  {% endstepper %}


---

# 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://froglabsio.gitbook.io/terminal/the-details/automations.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.
