> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/agents/boba-agents/terminal-interface/automations.md).

# Automations

Automations works as cron jobs tasking your agent to do something in a specified timeframe. \
\
These can be anything here are a few examples - \
\
\- Check my portfolio and positions every 30 min and sell any positions in profit above 200% PNL \
\
\- Check what KOL's are buying every 5 min and buy tokens that are not obvious rugs and set TP/SL at 20% down and 100% up sell 50% then DCA out if our TP hits \
\
\- Find me mis-priced prediction markets every hour and buy into the best ones we can. Monitor positions held on markets and exit if resolved in profit&#x20;

Automations are not limited by one at a time multiple can run in parallel and use specialist best fit for the job with skills if applicable to the task.

### How to make an automation&#x20;

You can simply prompt your agent to do any recurring task it will pick it up and create automation for you&#x20;

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

### How to manage automations&#x20;

The agent to stop pause and delete automations directly or you can manage them manually via the `/automations`  command in the prompt input

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

In the menu you can select a active automation to pause it or select the Delete option to completly remove the automation

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

At the bottom of the menu you can directly prompt the agent to create an automation&#x20;

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

### Monitoring Automations&#x20;

You can see all active automations below the portfolio in the sidebar above the activity log\
&#x20;

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

### What does this mean ?

This means you can run multiple automations at the same time doing various asynchronous tasks with agent specialist without any user input.

You can simply prompt your agent to do any recurring task it will pick it up and create automation for you. This allows for hands off approach of daily tasks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boba.xyz/agents/boba-agents/terminal-interface/automations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
