# API for Custom CMS Integration

- [Introduction to custom integration](https://setka.gitbook.io/help-center/api/setka-editor-api/introduction-to-custom-integration.md)
- [Integration with Content Design System Manager (CDSM)](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager.md): How to integrate your custom CMS with Setka Content Design System Manager.
- [Initial sync — receiving Setka Editor files to connect them to your CMS](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager/initial-sync-receiving-setka-editor-files-to-connect-them-to-your-cms.md)
- [Storing and processing Setka Editor files](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager/storing-and-processing-setka-editor-files.md)
- [Connecting Setka Editor files to the pages of your site](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager/connecting-setka-editor-files-to-the-pages-of-your-site.md)
- [Receiving style updates from the Style Manager and new editor versions](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager/receiving-style-updates-from-the-style-manager-and-new-editor-versions.md)
- [Setka Post Editor initialization (JavaScript)](https://setka.gitbook.io/help-center/api/setka-editor-api/setka-post-editor-initialization-javascript.md)
- [Integration with Style Manager (API v1, previous version)](https://setka.gitbook.io/help-center/api/setka-editor-api/integration-with-style-manager-api-v1-previous-version.md)
- [Preserve your Setka Editor content after the service shutdown](https://setka.gitbook.io/help-center/api/setka-editor-api/preserve-your-setka-editor-content-after-the-service-shutdown.md): This is a step-by-step guide on ensuring your content created with Setka Editor is safe in your CMS after Setka Editor infrastructure shutdown.


---

# 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://setka.gitbook.io/help-center/api/setka-editor-api.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.
