> For the complete documentation index, see [llms.txt](https://docs.orchai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orchai.io/whitepaper/system-architecture/low-code-defi-management-features.md).

# Low-code DeFi management features

The low-code DeFi management features are easy-to-use and customizable features that help users manage and transact with different protocols and on different chains.

Orchai is currently developing many features for low-code DeFi management. Initially, Orchai will launch the first 3 features in 2023 as follows:

## Combinator

The combinator feature enables users to execute multiple actions in a single transaction, either by creating custom recipes or using pre-made templates.

Orchai designed this feature to help users manage their portfolios more efficiently and to suggest optimal recipes based on their investment objectives and market conditions

### What are the benefits of using Combinator?

* Helps users save time by reducing the need to switch between different DApps.
* Enable efficient portfolio management.
* Provide AI-powered recommendations for optimal strategy.

## Auto Trader

Auto Trader is a feature that enables users to automate their investment strategies based on market fluctuations or their profile at DeFi protocols.

The target of this feature is to help users to take advantage of market opportunities and avoid losses due to market volatility.

### What are the benefits of using Auto Trader?

* Allow users to take advantage of market opportunities and prevents losses due to market volatility
* Automatically provide more collateral to prevent liquidation.

## Alert Hub

Alert Hub is a feature that provides real-time updates on market prices and personalized notifications about users' investment portfolios. The target of this feature is to keep users informed and help them make informed decisions about their investments

### What are the benefits of using Alert Hub?

* Keep users informed of significant price changes and alert them when they are close to being liquidated,&#x20;
* Enable users to make informed decisions about their investments even if they're not actively monitoring the market.


---

# 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.orchai.io/whitepaper/system-architecture/low-code-defi-management-features.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.
