# Google Chrome Extension

Follow these Tutorial video to   add and use  the algomojo extension:

Video Tutorial

{% embed url="<https://vimeo.com/993890459>" %}

Click below the download button to add the Algomojo Google Chrome extension.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><a href="https://chromewebstore.google.com/search/algomojo"><strong>Download Extension</strong> </a></td></tr></tbody></table>

<div align="center"><figure><img src="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FReaeNcxQE66uOA7hzxgT%2Fchrome_extention%20(2).png?alt=media&#x26;token=fed32b29-1253-4db6-8b24-f9ae13195b18" alt="" width="480"><figcaption></figcaption></figure></div>

"In the image above, you can see the extension screen where you can quickly execute buy, sell, short, and cover orders."

Here are step-by-step instructions for placing an order using the extension screen:

1. **Enter Strategy Code:**
   * In the "Strategy Code" input box, type or paste your trading strategy code. This code should contain the algorithmic instructions for when to execute buy, sell, short, or cover orders based on your specific trading strategy.
2. **Enter Webhook URL:**
   * Input your Webhook URL into the "Webhook URL" input box. This URL is where the platform will send real-time data or notifications when specific events occur, such as order placements or strategy triggers. If you want the system to remember this information for future use, check the "Remember URL" box.
3. **Remember URL Option:**
   * If you want the platform to save your strategy code and webhook URL for future use, check the "Remember URL" box. This allows you to avoid re-entering this information every time you use the platform.
4. **Choose Action:**
   * Decide on the action you want to take: Buy, Sell, Short, or Cover. Click on the corresponding button based on the action you want to execute.
5. **Place Order:**
   * After clicking the Buy, Sell, Short, or Cover button, the platform will execute the order based on the conditions specified in your strategy code. This action is performed quickly and automatically according to your algorithmic trading strategy.

Your strategy code and Webhook URL, optionally save them for future use, choose the specific action you want to take, and then execute the order. These steps provide a concise guide for utilizing the extension screen to automate your trading strategy on the AlgoMojo platform.


---

# 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.algomojo.com/algomojo/bridge/google-chrome-extension.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.
