# Duro API

## Duro API

- [Welcome to Duro Dev Center](https://docs.durohub.com/readme.md)
- [Introduction](https://docs.durohub.com/getting-started/introduction.md)
- [Authentication](https://docs.durohub.com/getting-started/authentication.md)
- [API v2 Migration Guide](https://docs.durohub.com/getting-started/api-v2-migration.md)
- [Hello World](https://docs.durohub.com/getting-started/hello-world.md)
- [Components](https://docs.durohub.com/core-concepts/components.md)
- [Documents](https://docs.durohub.com/core-concepts/documents.md)
- [Change Orders](https://docs.durohub.com/core-concepts/change-orders.md)
- [Searching and Filtering](https://docs.durohub.com/advanced-topics/searching-and-filtering.md)
- [Component Grouping](https://docs.durohub.com/advanced-topics/component-grouping.md)
- [Search Query Syntax](https://docs.durohub.com/advanced-topics/search-query-syntax.md)
- [Role-Based Access Control](https://docs.durohub.com/advanced-topics/rbac.md)
- [Webhooks](https://docs.durohub.com/advanced-topics/webhooks.md)
- [Error Handling](https://docs.durohub.com/advanced-topics/error-handling.md)
- [SAML SSO Setup](https://docs.durohub.com/advanced-topics/saml-sso-setup.md)
- [SCIM Provisioning](https://docs.durohub.com/advanced-topics/scim-provisioning.md)
- [Introduction to Duro's Config System](https://docs.durohub.com/library-configuration/introduction.md)
- [Category Registry](https://docs.durohub.com/library-configuration/registry.md)
- [Revision Scheme](https://docs.durohub.com/library-configuration/revisions.md)
- [CPN Schema Reference](https://docs.durohub.com/library-configuration/cpn-schema-reference.md)
- [Change Order Workflows](https://docs.durohub.com/library-configuration/change-order-workflows.md)
- [Change Order Workflow Reference](https://docs.durohub.com/library-configuration/change-order-workflow-reference.md)
- [Change Order Validations](https://docs.durohub.com/library-configuration/change-order-validations.md)
- [Authoring Custom Validations](https://docs.durohub.com/library-configuration/authoring-custom-validations.md)
- [Developer Community](https://docs.durohub.com/community/developer-community.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.durohub.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.
