# Minded docs

## Minded Docs

- [Introduction](https://docs.minded.com/readme.md)
- [Installation](https://docs.minded.com/getting-started/installation.md)
- [Environment Configuration](https://docs.minded.com/getting-started/environment-configuration.md)
- [Project Configuration](https://docs.minded.com/getting-started/project-configuration.md)
- [Quick Start](https://docs.minded.com/getting-started/quick-start.md)
- [Flows](https://docs.minded.com/low-code-editor/flows.md)
- [Nodes](https://docs.minded.com/low-code-editor/nodes.md)
- [Edges](https://docs.minded.com/low-code-editor/edges.md)
- [Tools](https://docs.minded.com/low-code-editor/tools.md)
- [Triggers](https://docs.minded.com/low-code-editor/triggers.md)
- [Playbooks](https://docs.minded.com/low-code-editor/playbooks.md)
- [RPA Tools](https://docs.minded.com/low-code-editor/rpa-tools.md)
- [Agent API](https://docs.minded.com/sdk/agent-api.md)
- [Debugging](https://docs.minded.com/sdk/debugging.md)
- [Memory](https://docs.minded.com/sdk/memory.md)
- [Events](https://docs.minded.com/sdk/events.md)
- [Knowledge Base RAG API](https://docs.minded.com/sdk/knowledge-base-rag.md)
- [Logging](https://docs.minded.com/sdk/logging.md)
- [Parallel LLM Requests](https://docs.minded.com/sdk/parallel-llm.md)
- [Overview](https://docs.minded.com/api/overview.md)
- [Analytics API](https://docs.minded.com/api/analytics.md)
- [Knowledge API](https://docs.minded.com/api/knowledge.md)
- [Secrets](https://docs.minded.com/platform/secrets.md)
- [Knowledge Bases](https://docs.minded.com/platform/knowledge-bases.md)
- [PII Masking](https://docs.minded.com/platform/pii-masking.md)
- [Operator](https://docs.minded.com/platform/operator.md)
- [SSO (Single Sign-On)](https://docs.minded.com/platform/sso.md)
- [On-prem Deployment](https://docs.minded.com/platform/on-prem.md)
- [Security Architecture](https://docs.minded.com/platform/security-architecture.md)
- [Timers](https://docs.minded.com/tooling/timers.md)
- [Document Processing](https://docs.minded.com/tooling/document-processing.md)
- [Data Extraction](https://docs.minded.com/tooling/extraction.md)
- [Classifier](https://docs.minded.com/tooling/classifier.md)
- [Storage](https://docs.minded.com/tooling/storage.md)
- [Zendesk](https://docs.minded.com/integrations/zendesk.md)
- [Order Refund Flow](https://docs.minded.com/examples/order-refund-flow.md)
- [Your First Eval](https://docs.minded.com/resources/your-first-eval.md)


---

# 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.minded.com/readme.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.
