# AI Tools

The SiteMinder Developer Guide includes built-in tools to help you work faster — whether you prefer reading docs in your browser, asking questions in plain language, or connecting your AI coding agent directly to this content.

{% hint style="success" %}
Access these tools via the <i class="fa-gitbook-assistant">:gitbook-assistant:</i> **Ask** dropdown menu in the top-right of any page.
{% endhint %}

***

### Ask questions

Use AI to quickly understand requirements, troubleshoot issues, or explore the APIs without scanning full pages.

<table><thead><tr><th width="230.06329345703125">Tool</th><th>What it does</th></tr></thead><tbody><tr><td><strong>GitBook Assistant</strong></td><td>Ask questions directly on this page and get instant answers based on the documentation.</td></tr><tr><td><strong>Open in ChatGPT</strong></td><td>Continue the conversation in ChatGPT — ideal for debugging issues, generating code, or working across multiple endpoints.</td></tr><tr><td><strong>Open in Claude</strong></td><td>Use Claude for deeper analysis, code generation, or implementation guidance.</td></tr></tbody></table>

***

### Connect to your IDE

Connect this guide as a live knowledge source to your development environment. Your AI coding assistant can then query SiteMinder documentation directly.

<table><thead><tr><th width="230.0242919921875">Tool</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Connect with MCP</strong></td><td>Allow your AI tools to query SiteMinder documentation directly from your environment.</td></tr><tr><td><strong>Connect to VSCode</strong></td><td>Use this guide with GitHub Copilot and other AI features inside VSCode.</td></tr><tr><td><strong>Connect to Claude Code</strong></td><td>Give Claude access to this guide during coding sessions.</td></tr><tr><td><strong>Connect to Codex</strong></td><td>Connect this guide to ChatGPT and Codex-based coding agents.</td></tr></tbody></table>

***

### Export and copy

Use these tools when working with AI tools or sharing content internally.

<table><thead><tr><th width="230.1978759765625">Tool</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Copy page</strong></td><td>Copy this page as clean Markdown — ready to paste into AI tools as context.</td></tr><tr><td><strong>View as Markdown</strong></td><td>Open the raw Markdown version for scripting or advanced workflows.</td></tr><tr><td><strong>Export as PDF</strong></td><td>Download a formatted version for offline reference or internal sharing.</td></tr></tbody></table>

***

{% hint style="warning" %}
AI-generated responses are designed to help you move faster, but they may not always be fully accurate. Always validate your implementation against the official API documentation before going to production.
{% endhint %}

{% hint style="success" icon="sparkles" %}

## Still have questions?

Use the <i class="fa-gitbook-assistant">:gitbook-assistant:</i> **Ask** button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.

If you need more support, visit [Integration Support](/integration-support/integration-support.md).
{% endhint %}


---

# 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://developer.siteminder.com/get-started/resources/ai-tools.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.
