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

# Leverage

- [Use Cases](https://docs.arcade.software/kb/leverage/use-cases.md)
- [Integrations](https://docs.arcade.software/kb/leverage/integrations.md): Arcade integrates with some of your favorite tools.
- [Native Salesforce Integration](https://docs.arcade.software/kb/leverage/integrations/native-salesforce-integration.md): If you want to set up this Native Salesforce Integration, please reach out to your CSM
- [Insights & Analytics](https://docs.arcade.software/kb/leverage/insights-and-analytics.md): Insights allow you to understand how viewers and players interact with your Arcade.
- [Leads](https://docs.arcade.software/kb/leverage/insights-and-analytics/leads.md): The Leads page helps you track engagement and identify high-interest prospects based on form submissions and anonymous traffic insights.
- [Audience Reveal](https://docs.arcade.software/kb/leverage/insights-and-analytics/audience-reveal.md)
- [Identifying Viewers](https://docs.arcade.software/kb/leverage/insights-and-analytics/identifying-viewers.md)
- [Impact Analysis](https://docs.arcade.software/kb/leverage/insights-and-analytics/impact-analysis.md): Impact Analysis is your account-level view of how your published demos are performing on an account level.
- [Advanced Features](https://docs.arcade.software/kb/leverage/advanced-features.md)
- [Event Propagation](https://docs.arcade.software/kb/leverage/advanced-features/in-arcade-event-propagation.md)
- [Remote Control](https://docs.arcade.software/kb/leverage/advanced-features/arcade-remote-control.md)
- [REST API](https://docs.arcade.software/kb/leverage/advanced-features/rest-api.md): Arcade’s REST API allows you to programmatically create Arcades from videos and interaction data.
- [Insights API](https://docs.arcade.software/kb/leverage/advanced-features/rest-api/insights-api.md)
- [Webhooks](https://docs.arcade.software/kb/leverage/advanced-features/webhooks.md): Webhooks allow you to receive real-time updates when viewers interact with your Arcades. Webhooks are ideal for connecting Arcade to your internal systems, CRMs, or automation workflows.
- [MCP](https://docs.arcade.software/kb/leverage/mcp.md)
- [Supported clients](https://docs.arcade.software/kb/leverage/mcp/supported-clients.md)
- [Claude Web](https://docs.arcade.software/kb/leverage/mcp/supported-clients/claude-web.md)
- [Claude Code](https://docs.arcade.software/kb/leverage/mcp/supported-clients/claude-code.md)
- [Claude Desktop](https://docs.arcade.software/kb/leverage/mcp/supported-clients/claude-desktop.md)
- [ChatGPT](https://docs.arcade.software/kb/leverage/mcp/supported-clients/chatgpt.md)
- [Codex App](https://docs.arcade.software/kb/leverage/mcp/supported-clients/codex-app.md)
- [Cursor](https://docs.arcade.software/kb/leverage/mcp/supported-clients/cursor.md)
- [Lovable](https://docs.arcade.software/kb/leverage/mcp/supported-clients/lovable.md)
- [Other clients](https://docs.arcade.software/kb/leverage/mcp/supported-clients/other-clients.md)
- [Available tools](https://docs.arcade.software/kb/leverage/mcp/available-tools.md)
- [Use Cases](https://docs.arcade.software/kb/leverage/mcp/use-cases.md)
- [Example prompts](https://docs.arcade.software/kb/leverage/mcp/example-prompts.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.arcade.software/kb/leverage.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.
