# My Agent

## 1）How do I create 'My Agents'?

You can create 'My Agents' in three simple steps: enter the creation page, configure your trading strategy, and save the agent.

**Step 1: Go to the My Agents creation page**

You can access the creation page in either of the following ways:

* Option 1: From the homepage, click ‘Advanced’ to enter the 'My Agents' creation page
* Option 2: From the homepage or sidebar, click ‘My Agents’ to open the page, then click ‘Create’

<div><figure><img src="/files/9XmMp8EitaQJsOgJAoDT" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/A7PRLEPdOvIHHASH4YRC" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/RSRMcnRZyarNiUIrmvMv" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 2: Configure the strategy and name your agent**

On the creation page, you can customize your agent by:

* **Naming your agent**: Set a clear and recognizable name for your agent
* **Editing the trading strategy**:
  * Select the asset you want to trade (Crypto, Stocks, Forex, etc.)
  * Choose the time frame for analysis
  * Select a base strategy
  * Use ‘**Detail Instruction’** to add more specific rules or preferences (such as trend conditions, technical filters, or strategy constraints)

TradeOS AI analyzes candlestick charts based on your strategy settings.

<figure><img src="/files/AKM5vfeWuteo9ypzuwDW" alt="" width="188"><figcaption></figcaption></figure>

Also, on the agent creation page, you can choose to enable ‘**Smart Alerts’**.

When Smart Alerts are turned on, TradeOS AI continuously scans market signals based on your agent’s strategy and notifies you when potential trends or trading signals appear.

Smart Alerts focus on strategy-based signal detection rather than simple price movements, helping you stay informed without constantly watching the charts.

When Smart Alerts are enabled, TradeOS AI continuously monitors the market based on your agent’s strategy and notifies you when potential trends or trading signals appear.\
Smart Alerts focus on strategy-based signals rather than simple price movements.

**Step 3: Save your agent**

Click ‘Save’ after finishing the setup.

Once saved, your agent will appear on the ‘**My Agents’** page, where you can manage and use it any time.

<figure><img src="/files/EeKdyXb1v6ejV8AQRAJa" alt="" width="188"><figcaption></figcaption></figure>

## 2）How do I edit an existing agent’s strategy?

You can edit the strategy of a saved agent in two ways.

* **Option 1: Edit from the ‘My Agents’ page**

Go to the ‘**My Agents’** page, swipe the agent you want to modify, and click ‘**Preview’**.

This will take you back to the strategy creation page, where you can update the agent’s strategy settings.

* **Option 2: Edit from the agent results page**

Open the agent to view its analysis results.

At the bottom-left corner, click the ‘**Settings’ (🔧)** icon, then select ‘**Edit’** to modify the agent’s strategy.

After saving your changes, the updated strategy will be applied to the agent immediately.

<div><figure><img src="/files/b0bkdtbGwR7SHtKD4dmk" alt="" width="188"><figcaption><p>Option 1</p></figcaption></figure> <figure><img src="/files/dgRSyWtsFjI8z0sTubmd" alt="" width="188"><figcaption><p>Option 2</p></figcaption></figure></div>

## 3）How to delete an agent？

* **Option 1: Delete from the My Agents page**

Go to the ‘**My Agents’** page, swipe left on the agent you want to remove, and tap **Delete**.

* **Option 2: Delete from the strategy creation page**

Open the agent’s ‘strategy creation’ page, tap the ‘**More options’** menu in the top-right corner, and select ‘**Delete’**.

Once deleted, the agent and its strategy settings will be permanently removed.

<div><figure><img src="/files/ZozDYJ1FjhLEomq5B1up" alt="" width="188"><figcaption><p>Option 1</p></figcaption></figure> <figure><img src="/files/B74YHrGOexjcHrYmS023" alt="" width="188"><figcaption><p>Option 2</p></figcaption></figure></div>


---

# 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://tradeos.gitbook.io/tradeosaifaq/tradeos-ai-faq/my-agent.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.
