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

# Grow 📈

- [Customer Intelligence](https://docs.darcyiq.com/grow/customer-intelligence.md): AI-powered account management that turns your CRM, projects, and the open web into living customer health, intelligence, and revenue opportunities
- [Customers & Portfolio Health](https://docs.darcyiq.com/grow/customer-intelligence/customers-and-health.md): The customer roster — portfolio health, sentiment, pipeline, filters, and the account detail view your team works from every day
- [Intelligence Feed](https://docs.darcyiq.com/grow/customer-intelligence/intelligence-feed.md): The chronological record of what's happening on an account — evidence-backed signals, risk alerts, and delivery milestones, plus customer sentiment
- [Opportunities](https://docs.darcyiq.com/grow/customer-intelligence/opportunities.md): The expansion, renewal, cross-sell, and upsell pipeline on each account — scored, prioritized, and moved through a clear review-to-accept lifecycle
- [The Account Management Agent](https://docs.darcyiq.com/grow/customer-intelligence/account-management-agent.md): The AI agent that researches each customer account and keeps its overview, health, sentiment, intelligence feed, and opportunities current
- [Health Score & Scoring Settings](https://docs.darcyiq.com/grow/customer-intelligence/settings-and-scoring.md): Org-wide configuration for how opportunities are sized and prioritized and how account health is scored, with live preview and CRM connection status
- [CRM Sync](https://docs.darcyiq.com/grow/customer-intelligence/crm-sync.md): How your CRM flows into Customer Intelligence — syncing accounts, contacts, and opportunities, with closed-lost handling and current scope
- [Notifications & Digests](https://docs.darcyiq.com/grow/customer-intelligence/notifications.md): How Customer Intelligence keeps the account team informed — agent-run account digests and opportunity status notifications
- [Lead Lists](https://docs.darcyiq.com/grow/lead-lists.md)
- [Scoping & Estimates](https://docs.darcyiq.com/grow/scoping-estimates.md): AI-powered project scoping and estimation with self-learning capabilities
- [Research Reports](https://docs.darcyiq.com/grow/research-reports.md)


---

# 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.darcyiq.com/grow.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.
