# JECTA AGENT & AI

- [AI Assessments](https://docs.startdeliver.io/jecta-agent-and-ai/ai-assessments.md): Every customer assessed automatically. No manual scoring. No gut feel. Just a current, accurate read on every account — with recommended next steps.
- [AI instructions](https://docs.startdeliver.io/jecta-agent-and-ai/ai-instructions.md): Jecta already knows how to do great CS. AI instructions tell it the things about your specific business that it couldn't know otherwise.
- [Jecta: AI Agent](https://docs.startdeliver.io/jecta-agent-and-ai/jecta-ai-agent.md): The CS agent that works while your team sleeps.
- [AI data & context](https://docs.startdeliver.io/jecta-agent-and-ai/ai-data-and-context.md)
- [AI Manager](https://docs.startdeliver.io/jecta-agent-and-ai/ai-manager.md)
- [MCP - Model Context Protocol](https://docs.startdeliver.io/jecta-agent-and-ai/mcp-model-context-protocol.md): Connect AI agents and tools directly to your Startdeliver data using the Model Context Protocol.


---

# 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.startdeliver.io/jecta-agent-and-ai.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.
