# Additional Resources

- [FAQ](https://developer.siteminder.com/channels-plus-api/additional-resources/faq.md): Get answers to frequently asked questions about the Channels Plus API, including features, technical behaviour, and integration details.
- [Reference Tables](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables.md): Find reference tables that support your integration with SiteMinder APIs, including technical values, configuration options, and predefined data.
- [Document Type Code (DOC)](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/document-type-code-doc.md): Lists codes identifying document types used in transactions.
- [Error Codes (ERR)](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/error-codes.md): Contains codes for specific errors encountered within the API.
- [Error Warning Types (EWT)](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/error-warning-types.md): Defines types of warnings that accompany specific errors.
- [Fee Tax Type (FTT)](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/fee-tax-type.md): Includes codes for tax and fee types applied to charges.
- [HTTP Error Handling](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/http-error-handling.md): Guidelines for interpreting and handling HTTP 4xx and 5xx responses.
- [Meal Plan Type (MPT)](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/meal-plan-type.md): Lists codes for different meal plans available for bookings.
- [OpenTravel Codes List](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/opentravel-codes-list.md)
- [Payment Card Provider Codes](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/payment-card-provider-codes.md): Identifies codes for various payment card providers.
- [Service and Extra Charge](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/service-and-extra-charge.md): Contains ServiceInventoryCode for additional services or charges.
- [Strong Customer Authentication Codes](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/strong-customer-authentication-codes.md): Lists codes for authentication types required for secure transactions.
- [Test Credit Cards](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/test-credit-cards.md): Mock data for simulating payment transactions during reservation testing.
- [Changelog](https://developer.siteminder.com/channels-plus-api/additional-resources/changelog.md): Stay up to date with the latest changes, enhancements, and fixes for the Channels Plus API.
- [Commercial](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial.md)
- [Partner Portal](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial/partner-portal.md)
- [Deals](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial/deals.md)
- [Invoicing: Gross vs. Net](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial/invoicing-gross-vs-net.md)
- [Cancellation and Commission Charge](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial/cancellation-and-commission-charge.md): This guide outlines how cancellations occur through the Channels Plus program and the associated rules for commission charging on cancelled reservations.
- [Net Rates Program](https://developer.siteminder.com/channels-plus-api/additional-resources/commercial/net-rates-program.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://developer.siteminder.com/channels-plus-api/additional-resources.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.
