# Services

- [General Information](https://docs.cloud4.ai/services/general-information.md): Brief overview for C4AI Services
- [EES (Elastic Endpoint)](https://docs.cloud4.ai/services/ees-elastic-endpoint.md): Get full control on your executions
- [EES Commands](https://docs.cloud4.ai/services/ees-elastic-endpoint/ees-commands.md)
- [Use Cases](https://docs.cloud4.ai/services/ees-elastic-endpoint/use-cases.md)
- [CSS Credentials Store](https://docs.cloud4.ai/services/css-credentials-store.md)
- [Best Practices](https://docs.cloud4.ai/services/css-credentials-store/best-practices.md)
- [AAC (AI API Connector)](https://docs.cloud4.ai/services/aac-ai-api-connector.md): Integrate your AI application with ANY AI tool via HTTP/HTTPS API
- [AAC Commands](https://docs.cloud4.ai/services/aac-ai-api-connector/aac-commands.md)
- [AIL (AI Lambda)](https://docs.cloud4.ai/services/ail-ai-lambda.md)
- [CES (Chain Execution)](https://docs.cloud4.ai/services/ces-chain-execution.md)
- [API Schema](https://docs.cloud4.ai/services/api-schema.md)
- [KDB (Knowledgebase)](https://docs.cloud4.ai/services/kdb-knowledgebase.md): Flexible Storage for RAG and Intellectual Analysis
- [KDB Commands](https://docs.cloud4.ai/services/kdb-knowledgebase/kdb-commands.md)
- [CDB (Context Data Storage)](https://docs.cloud4.ai/services/cdb-context-data-storage.md)
- [PL (Prompt Library)](https://docs.cloud4.ai/services/pl-prompt-library.md)
- [PL Commands](https://docs.cloud4.ai/services/pl-prompt-library/pl-commands.md)
- [PLPrompt (Prompt)](https://docs.cloud4.ai/services/plprompt-prompt.md)
- [Prompt Commands](https://docs.cloud4.ai/services/plprompt-prompt/prompt-commands.md)
- [IDR (Intellectual Data Retrieval)](https://docs.cloud4.ai/services/idr-intellectual-data-retrieval.md): Service where it's possible to define a questions for the KDB and get a results. For example a date of birth or anything else using promts, or other C4AI services.
- [IDTS (Intellectual Data Transformation Service)](https://docs.cloud4.ai/services/idts-intellectual-data-transformation-service.md)
- [IDOS (Intellectual Data Observation Service)](https://docs.cloud4.ai/services/idos-intellectual-data-observation-service.md)
- [Files](https://docs.cloud4.ai/services/files.md)
- [SJS (Scheduled Job Service )](https://docs.cloud4.ai/services/sjs-scheduled-job-service.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://docs.cloud4.ai/services.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.
