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

# Utility

MyShell is a cutting-edge platform empowering developers to design and deploy highly specialized AI agents with advanced capabilities. Leveraging our robust infrastructure, developers can seamlessly integrate domain-specific knowledge and machine learning algorithms to build agents that address complex analytical and operational challenges.

MyShell provides developers with scalable APIs, efficient data parsing modules, and customizable training pipelines, enabling rapid prototyping and deployment of AI-driven solutions tailored to diverse industries.

## Highlight of Utility AI Agents

### ICT Trading Analyst

<figure><img src="/files/Epes4F1zVai2Si1N8KI2" alt=""><figcaption></figcaption></figure>

<https://app.myshell.ai/chat/1712835978>

ICT Trading Analyst is a K-line analysis AI agent. By uploading a short-term K-line chart with clear ticks and volume, the agent will show the ICT trading analysis.

This agent is based on the ICT trading strategy which provides a comprehensive framework for analyzing market dynamics, identifying trading opportunities, and managing risk effectively.

### DuneGPT

<figure><img src="/files/9OM0oH9n7NsgMCglummJ" alt=""><figcaption></figcaption></figure>

<https://app.myshell.ai/chat/1719765623>

DuneGPT is an AI agent that helps users write Dune queries quickly (only support EVM for now).

By specifying what data you want to analyze, which blockchain/database you want to query, and any specific metrics or time periods you're interested in, the agent will analyze it and generate appropriate SQL using the permitted tables and functions from the knowledge base.

### Find Angle

<figure><img src="/files/rzc0xtOLDflX5Zul5l1Z" alt=""><figcaption></figcaption></figure>

<https://app.myshell.ai/chat/1733043096>

Find Angle is a Web 3 trading analysis AI agent.

By clicking "Start" and inputting any query sentence, such as a memecoin’s Contract Address, users can find the meme's angle by top 10 posts on X.


---

# 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.myshell.ai/explore/utility.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.
