> For the complete documentation index, see [llms.txt](https://actlysai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://actlysai.gitbook.io/docs/features.md).

# Features

### Key Features

1. **Find Opportunities**: ActlysAI helps you discover earning opportunities, track market trends, and manage your investments across crypto and business tools.
2. **Save More Time**: Automate repetitive daily, weekly, or customized tasks so you can focus on what really matters.
3. **Plain English Commands**: Just tell ActlysAI what you want in simple words, and it figures out how to do it using your connected apps.
4. **Smart Memory**: AI agents remember your preferences and workflows, so they get better at helping you over time.
5. **Connect Everything**: Works with DeFi protocols, crypto wallets, Google Workspace, Slack, and 20+ other tools in one place.
6. **Live Data & Insights**: Get real-time updates from markets, news, and social media to make smarter decisions.
7. **Complex Workflows**: Automate multi-step processes like "track my crypto gains and update my business spreadsheet every week."
8. **Personalized Help**: AI agents learn your style and adapt to your specific needs, whether personal or business.
9. **Crypto Made Easy**: Manage staking, trading, and DeFi without technical complexity - just tell it what you want to earn.
10. **Smart Scheduling**: Set up tasks to run automatically at specific times - daily, weekly, or custom schedules that work around your life.
11. **Smart Alerts**: Never miss important opportunities with automatic notifications and reminders across all your platforms.


---

# 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://actlysai.gitbook.io/docs/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.
