> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/imagine-computer/ai-tools/build-graphs/ai-graphs-use-cases.md).

# AI Graphs Use Cases

## Use Cases

**Customer Support Analytics** \
See how your support team is really doing without pulling reports by hand. Track ticket volume, average resolution time, and urgent tickets in one place, broken down by category so you know where the pressure is coming from. Great for support leads who want a daily pulse without digging through a helpdesk tool.

**Sales Performance**\
Understand where deals are won and lost and why. See deal value by source, monthly revenue trends, and the most common reasons deals fall through, all pulled straight from your sales data. Useful for sales managers who need a clear view before a pipeline review.

**Marketing Campaign Performance**\
Compare spend and results across platforms like Meta Ads and Google Ads without exporting anything manually. Track cost, clicks, and conversions side by side to see which campaigns are actually working. Ideal for marketers who report on performance weekly or monthly.

**E-commerce Store Analytics**\
Keep an eye on your store's health in one dashboard. Track top products by revenue, order trends, and category performance as your data updates. Helpful for store owners who want a quick daily or weekly check-in.

**Financial P\&L Overview**\
Turn raw financial data into a clear profit and loss view without building spreadsheets from scratch. See revenue, costs, and margins over time in a format that is easy to share. Useful for founders and finance teams preparing for a review or investor update.

**Inventory and Supply Chain**\
Track stock levels, incoming supply, and demand trends without switching between systems. Spot shortages or overstock before they become a problem. Useful for operations teams managing multiple products or suppliers.

**Product and Customer Insight**\
Visualise product performance and customer satisfaction trends like NPS over time. Understand what customers value and where satisfaction is slipping. Useful for product teams tracking feedback alongside usage data.

**Recruitment and Hiring Monito**\
your hiring pipeline from applications through to offers in one view. See where candidates drop off and how long each stage takes. Useful for recruiters and hiring managers running multiple roles at once.

**Fitness and Health Tracking**\
Turn personal or team health data into simple trend charts, from activity levels to habit tracking over time. Good for individuals or wellness programs that want progress shown clearly rather than buried in a spreadsheet.

**Quick One Off Charts**\
Sometimes you just need a fast answer. Paste a small table or upload a file directly into chat and get an instant chart with no setup and no data source to connect. Perfect for one time questions that do not need a full dashboard.

**Large Dataset Analysis**\
Chart data with hundreds of thousands of rows, like global datasets or long histories, without needing a separate analytics tool. Computer handles the size and still returns a clean, readable chart. Useful for anyone working with large public or exported datasets.


---

# 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://help.imagine.art/imagine-computer/ai-tools/build-graphs/ai-graphs-use-cases.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.
