# Assignment Features

- [Assignment Memory](https://docs.duvo.ai/assignment-features/assignment-memory.md)
- [Learning Feature](https://docs.duvo.ai/assignment-features/learning-feature.md)
- [Files](https://docs.duvo.ai/assignment-features/files.md)
- [Browsing Capabilities](https://docs.duvo.ai/assignment-features/browsing.md)
- [Human-in-the-Loop](https://docs.duvo.ai/assignment-features/human-in-the-loop.md): Add human approval steps to Duvo assignments. Pause workflows for review, approval, or input before the assignment continues.
- [Designing Human-in-the-Loop Workflows](https://docs.duvo.ai/assignment-features/hitl-design.md)
- [Scheduling Assignments](https://docs.duvo.ai/assignment-features/scheduling-assignments.md): Schedule Duvo assignments to run automatically on a recurring basis. Set up daily, weekly, or monthly jobs with cron-style flexibility.
- [Event-Driven Triggers](https://docs.duvo.ai/assignment-features/event-driven-triggers.md)
- [File-Drop Triggers](https://docs.duvo.ai/assignment-features/event-driven-triggers/file-drop-triggers.md)
- [Status-Change Triggers](https://docs.duvo.ai/assignment-features/event-driven-triggers/status-change-triggers.md)
- [Slack Channel Triggers](https://docs.duvo.ai/assignment-features/event-driven-triggers/slack-channel-triggers.md)
- [Clarity](https://docs.duvo.ai/assignment-features/clarity.md)
- [Case Queue](https://docs.duvo.ai/assignment-features/case-queue.md)
- [Assignment Handover](https://docs.duvo.ai/assignment-features/assignment-handover.md)
- [Activity Inbox](https://docs.duvo.ai/assignment-features/activity-inbox.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.duvo.ai/assignment-features.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.
