# Backend services

- [Content Creation API (CCA)](https://docs.navigaglobal.com/general/backendservices/content-creation-api.md): The Content Creation API (CCA) is a CRUD API for dealing with all kind of documents in the Creation Tools.
- [Distribution API (DAPI)](https://docs.navigaglobal.com/general/backendservices/distribution-api-dapi.md): The DAPI API is a read-only API that replaces the public OC with a content distribution API (DAPI). All services that serve content to the public should hit the distribution API to fetch documents.
- [Naviga Open Content](https://docs.navigaglobal.com/general/backendservices/opencontent.md): Content repositry of Creation and Presentation universe
- [Imengine](https://docs.navigaglobal.com/general/backendservices/imengine.md): Naviga Image cropping service.
- [CCA Importer Service](https://docs.navigaglobal.com/general/backendservices/cca-importer-service.md): The CCA Importer
- [Customer S3 replication setup](https://docs.navigaglobal.com/general/backendservices/cca-importer-service/customer-s3-replication-setup.md): Describes how to set up replication rules to our CCA-Importer S3 buckets, dev,stage and prod.
- [Flow](https://docs.navigaglobal.com/general/backendservices/flow.md): Print Automation Service


---

# 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://docs.navigaglobal.com/general/backendservices.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.
