# Introduction

Origami Tech is a low-code, non-custodial platform for automated crypto trading across multiple exchanges.&#x20;

Users can create and deploy strategies using visual templates or custom logic, manage multiple accounts and bots within projects, and control shared parameters through global variables.&#x20;

The platform provides real-time monitoring, historical data, and analytics for performance review, along with risk management tools like configurable limits and pre-trade checks.&#x20;

### **Unique Aspects**

* Low-code accessibility allows users to execute advanced strategies without programming skills.
* Unified workspace brings multiple accounts, strategies, and bots together in a single environment to simplify management of complex setups.
* Transparency ensures every action is traceable and all strategy logic remains visible for review.
* Real-time adaptation lets traders adjust strategies and parameters instantly in response to market conditions.

***

<p align="right"><a href="https://discord.com/invite/origamitech" class="button primary" data-icon="discord">Discord</a></p>


---

# 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.origami.tech/explore-origami-tech/introduction.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.
