# API

- [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


---

# Agent Instructions: 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:

```
GET https://docs.engineroom.com.au/api.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.
