> For the complete documentation index, see [llms.txt](https://developer.siteminder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.siteminder.com/developer-guide.md).

# Developer Guide

<h2 align="center">Build your integration with <mark style="color:$primary;">SiteMinder</mark></h2>

<p align="center"></p>

<p align="center">Whether you're just getting started or expanding an existing integration, this guide has everything you need — API documentation, integration requirements, and step-by-step guidance to connect your product to the world's leading hotel commerce platform.</p>

<p align="center"></p>

<p align="center"><a href="/spaces/92zPf4HGXVXOcZxi8abg/pages/UodbWYtCIlaHofdJm3wQ" class="button primary">Start Here</a> <a href="/spaces/92zPf4HGXVXOcZxi8abg/pages/G5KWUaY29iktcTyTEUxt" class="button secondary">Our APIs</a></p>

<p align="center"></p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-arrow-progress" style="color:$primary;">:arrow-progress:</i></h4></td><td><strong>New Partner</strong></td><td>Follow a structured path to apply, build, certify, and go live with your integration.<br></td><td><a href="/spaces/92zPf4HGXVXOcZxi8abg/pages/RAgwk1sEthWhrn360fiq">/spaces/92zPf4HGXVXOcZxi8abg/pages/RAgwk1sEthWhrn360fiq</a></td></tr><tr><td><h4><i class="fa-bars-progress" style="color:$primary;">:bars-progress:</i></h4></td><td><strong>Existing Partner</strong></td><td>Extend your integration with new capabilities, additional operations, or API upgrades.</td><td><a href="/spaces/92zPf4HGXVXOcZxi8abg/pages/x6X8WsYBFSJoZjh6aULi">/spaces/92zPf4HGXVXOcZxi8abg/pages/x6X8WsYBFSJoZjh6aULi</a></td></tr></tbody></table>

***

### Not sure where to start? Ask our AI Assistant.

Tell us what you’re building or trying to troubleshoot, and get guidance on the right APIs, documentation, and next steps.

<button type="button" class="button primary" data-action="ask" data-icon="sparkles">What are you building, or what do you need help with?</button>

{% hint style="info" %}
Need to speak to someone? Check [Partner Contacts](https://www.siteminder.com/partners-contact/).
{% endhint %}


---

# 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://developer.siteminder.com/developer-guide.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.
