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

# Account Intelligence

- [Account Intelligence: Configuration Guide](https://docs.hockeystack.com/account-intelligence/account-intelligence-configuration-guide.md)
- [Workflows](https://docs.hockeystack.com/account-intelligence/workflows.md)
- [Creating a Workflow](https://docs.hockeystack.com/account-intelligence/workflows/creating-a-workflow.md)
- [List of Workflows](https://docs.hockeystack.com/account-intelligence/workflows/list-of-workflows.md)
- [Starter Workflow](https://docs.hockeystack.com/account-intelligence/workflows/starter-workflow.md)
- [Recurring Workflow Runs](https://docs.hockeystack.com/account-intelligence/workflows/recurring-workflow-runs.md)
- [Nodes](https://docs.hockeystack.com/account-intelligence/workflows/nodes.md)
- [Source Node](https://docs.hockeystack.com/account-intelligence/workflows/nodes/source-node.md)
- [Destinations](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations.md)
- [Ad networks: LinkedIn, Google, Facebook (Meta)](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/ad-networks-linkedin-google-facebook-meta.md)
- [Salesforce](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/salesforce.md): Complete reference for IT administrators and Salesforce admins setting up HockeyStack workflows with Salesforce integration, including field creation, permissions, and troubleshooting.
- [HubSpot](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/hubspot.md)
- [Outreach](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/outreach.md)
- [StackAdapt](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/stackadapt.md)
- [Salesloft](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/salesloft.md)
- [Pardot](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/pardot.md)
- [Webhook](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/webhook.md)
- [Apollo](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/apollo.md)
- [Slack](https://docs.hockeystack.com/account-intelligence/workflows/nodes/destinations/slack.md)
- [Transformations](https://docs.hockeystack.com/account-intelligence/workflows/nodes/transformations.md)
- [AI](https://docs.hockeystack.com/account-intelligence/workflows/nodes/transformations/ai-for-accounts.md)
- [Contact Discovery](https://docs.hockeystack.com/account-intelligence/workflows/nodes/transformations/contact-discovery.md)
- [Contact Enrichment](https://docs.hockeystack.com/account-intelligence/workflows/nodes/transformations/contact-enrichment.md)
- [Logic](https://docs.hockeystack.com/account-intelligence/workflows/nodes/logic.md)
- [Branching](https://docs.hockeystack.com/account-intelligence/workflows/nodes/logic/branching.md)
- [Filter](https://docs.hockeystack.com/account-intelligence/workflows/nodes/logic/condition.md)
- [HockeyStack Data Enrichment](https://docs.hockeystack.com/account-intelligence/workflows/hockeystack-data-enrichment.md)
- [Data Enrichment and Privacy](https://docs.hockeystack.com/account-intelligence/workflows/data-enrichment-and-privacy.md)
- [CRM](https://docs.hockeystack.com/account-intelligence/getting-started.md)
- [Salesforce](https://docs.hockeystack.com/account-intelligence/getting-started/salesforce.md)
- [Salesforce Permissions](https://docs.hockeystack.com/account-intelligence/getting-started/salesforce/salesforce-permissions.md)
- [Salesforce iFrame Installation](https://docs.hockeystack.com/account-intelligence/getting-started/salesforce/salesforce-iframe-installation.md)
- [Salesforce Sync Fields](https://docs.hockeystack.com/account-intelligence/getting-started/salesforce/salesforce-sync-fields.md)
- [Enable Sales Reps in HubSpot/Salesforce](https://docs.hockeystack.com/account-intelligence/getting-started/enable-sales-reps-in-hubspot-salesforce.md)
- [Companies](https://docs.hockeystack.com/account-intelligence/companies.md)
- [Views](https://docs.hockeystack.com/account-intelligence/views.md)
- [Create a New View](https://docs.hockeystack.com/account-intelligence/views/create-a-new-view.md)
- [Account Scoring](https://docs.hockeystack.com/account-intelligence/account-scoring.md)
- [Intent Scoring](https://docs.hockeystack.com/account-intelligence/intent-scoring.md)
- [Input Data to the Intent Scoring Model](https://docs.hockeystack.com/account-intelligence/intent-scoring/data.md): Examples of signals that go into the intent scoring model and elsewhere used to prioritize leads.
- [Credits by Feature](https://docs.hockeystack.com/account-intelligence/credits-by-feature.md): Per-feature credit rates for Account Intelligence


---

# 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.hockeystack.com/account-intelligence.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.
