# Debugging an integration

- [Workflow Executions Trace](https://docs.laminar.run/debugging-an-integration/workflow-executions-trace.md)
- [Failure Alert Notifications](https://docs.laminar.run/debugging-an-integration/failure-alert-notifications.md)
- [Spotlight: Debug Workflows with AI](https://docs.laminar.run/debugging-an-integration/spotlight-debug-workflows-with-ai.md)
- [Getting your API Key](https://docs.laminar.run/debugging-an-integration/api-key.md): Learn about API Keys in Laminar
- [API Descriptions](https://docs.laminar.run/debugging-an-integration/api-descriptions.md): Learn about API Descriptions in Laminar
- [Auth Credentials](https://docs.laminar.run/debugging-an-integration/auth-credentials.md): Learn about Auth Credentials in Laminar
- [API](https://docs.laminar.run/debugging-an-integration/api.md)


---

# 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.laminar.run/debugging-an-integration.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.
