# Building Assignments

- [How to Build an Assignment](https://docs.duvo.ai/building-assignments/how-to-build-an-assignment.md): Build your first Duvo assignment step by step. Describe your workflow, connect your tools, and let the Assignment Builder create it for you.
- [Assignment Builder](https://docs.duvo.ai/building-assignments/assignment-builder.md): Use the Duvo Assignment Builder to create automations by describing tasks in plain English. Build from templates or start from scratch.
- [Assignment SOP](https://docs.duvo.ai/building-assignments/assignment-sop.md)
- [Refining Your Assignment](https://docs.duvo.ai/building-assignments/refining-your-assignment.md)
- [Duplicating Assignments](https://docs.duvo.ai/building-assignments/duplicating-assignments.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/building-assignments.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.
