# Clym documentation

## Partner documentation

- [Getting started](https://docs.clym.io/getting-started.md)
- [Partner API Structure](https://docs.clym.io/getting-started/partner-api-structure.md)
- [Authorization](https://docs.clym.io/getting-started/authorization.md)
- [Error handling](https://docs.clym.io/getting-started/error-handling.md)
- [Pagination](https://docs.clym.io/getting-started/pagination.md)
- [Asset uploading](https://docs.clym.io/getting-started/asset-uploading.md)
- [Webhooks](https://docs.clym.io/getting-started/webhooks.md)
- [API Reference](https://docs.clym.io/api-reference.md)
- [Domains](https://docs.clym.io/api-reference/domains.md): The following endpoints allow you to view and manage your partner domains.
- [Merchants](https://docs.clym.io/api-reference/merchants.md): The following endpoints allow you to view and manage your merchant records.
- [Products](https://docs.clym.io/api-reference/products.md): The following endpoints allow you to view the products and price lists configured for your partner account.
- [Instance](https://docs.clym.io/api-reference/instance.md): The following API endpoints allow you to directly interact with your dedicated instance and manage company information, end-user access, receipt records and property/widget configuration.
- [Access](https://docs.clym.io/api-reference/instance/access.md): The following endpoints allow you to view and manage end-user access to the specified merchant/domain as well as instantly provision credentials for end-users to access our portal.
- [Data](https://docs.clym.io/api-reference/instance/data.md): The following endpoints allow you to view system data used in configuring company and property settings.
- [Company](https://docs.clym.io/api-reference/instance/company.md): The following endpoints allow you to view and manage the company information attached to the specified merchant/domain.
- [Records](https://docs.clym.io/api-reference/instance/records.md): The following endpoints allow you to view consent records for the specified merchant/domain company or property.
- [Property](https://docs.clym.io/api-reference/instance/property.md): The following endpoints allow you to view and manage the specified merchant/domain's property configuration and widget settings.
- [Webhook Reference](https://docs.clym.io/webhook-reference.md)
- [Merchants](https://docs.clym.io/webhook-reference/merchants.md): The following webhooks are triggered by merchant changes.
- [Domains](https://docs.clym.io/webhook-reference/domains.md): The following webhooks are triggered by domain records.
- [Properties](https://docs.clym.io/webhook-reference/properties.md): The following webhooks are triggered by instance-level property records.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.clym.io/getting-started.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.
