# EngineRoom Documentation

## EngineRoom Documentation

- [EngineRoom Documentation](https://docs.engineroom.com.au/documentation/engineroom-documentation.md): The home of EngineRoom documentation
- [Setup](https://docs.engineroom.com.au/engineroom-pixel/setup.md): How to setup EngineRoom's Pixel
- [Webflow](https://docs.engineroom.com.au/engineroom-pixel/setup/webflow.md): How to setup the EngineRoom Pixel for Webflow
- [WordPress](https://docs.engineroom.com.au/engineroom-pixel/setup/wordpress.md): How to setup the EngineRoom Pixel for WordPress
- [Shopify](https://docs.engineroom.com.au/engineroom-pixel/setup/shopify.md): How to setup the EngineRoom Pixel for Shopify
- [Google Tag Manager](https://docs.engineroom.com.au/engineroom-pixel/setup/google-tag-manager.md): How to setup EngineRoom's Pixel using Google Tag Manager
- [UTM Parameters](https://docs.engineroom.com.au/engineroom-pixel/utm-parameters.md)
- [How we use AI for Conversions](https://docs.engineroom.com.au/conversion-ai/how-we-use-ai-for-conversions.md)
- [Quality scores](https://docs.engineroom.com.au/conversion-ai/quality-scores.md)
- [Session engagement scores](https://docs.engineroom.com.au/conversion-ai/session-engagement-scores.md)
- [Setup](https://docs.engineroom.com.au/wildjar/setup.md): How to setup WildJar via EngineRoom platform
- [Overview](https://docs.engineroom.com.au/api/overview.md): To create integrations, retrieve data, and automate your workflows, build with the EngineRoom REST API.
- [Quick Start](https://docs.engineroom.com.au/api/quick-start.md): Learn how to get started with the EngineRoom REST API
- [Authentication](https://docs.engineroom.com.au/api/authentication.md): You can authenticate to the REST API to access all endponts
- [API Reference](https://docs.engineroom.com.au/api/api-reference.md)
- [Leads](https://docs.engineroom.com.au/api/api-reference/leads.md): Use the REST API to interact with Leads
- [Sales](https://docs.engineroom.com.au/api/api-reference/sales.md): Use the REST API to interact with Sales/Invoices
- [Webhooks](https://docs.engineroom.com.au/api/api-reference/webhooks.md): Use the REST API to interact with Webhooks
- [Users](https://docs.engineroom.com.au/api/api-reference/users.md): Use the REST API to retrieve current user information
- [Rate Limits](https://docs.engineroom.com.au/api/rate-limits.md): Learn about API rate limits and how to work with them
- [Overview](https://docs.engineroom.com.au/prompt-engine/overview.md)
- [Overview](https://docs.engineroom.com.au/ai-copilot/overview.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.engineroom.com.au/documentation/engineroom-documentation.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
