# Welcome to Duro Dev Center

<figure><img src="https://1319565474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOJejmhbdeb0yjsYB69x4%2Fuploads%2FG68kpDppn090A0L40sm6%2Fduronaut.jpg?alt=media&#x26;token=8ffea269-259b-4064-9051-071642283ed1" alt=""><figcaption></figcaption></figure>

Welcome to the official documentation for the Duro Platform. This documentation will help you integrate Duro's powerful product lifecycle management capabilities into your applications.

### What is Duro?

Duro is a modern, highly configurable PLM platform that helps hardware teams manage their product data, collaborate on designs, and streamline their development process.

### What can you build?

With the Duro API, you can:

* Manage components and sophisticated BOM assembly structures
* Manage role based access controls for your organizations and libraries
* Search part data with a powerful filtering engine
* Access and update technical documentation
* Automate custom change management workflows
* Create custom integrations with your existing tools
* Build automated reporting and analytics

### Getting Started

The fastest way to get started with the Duro API is to:

1. [Create a Duro account](https://durohub.com)
2. [Get authenticated](https://docs.durohub.com/getting-started/authentication)
3. Try our [Hello World](https://docs.durohub.com/getting-started/hello-world) example

### API Endpoints

Our main GraphQL API explorer is available at:

```
https://api.durohub.com/graphql
```

### Need Help?

* Join our [Developer Community](https://docs.durohub.com/community/developer-community)
* Check our [Error Handling](https://docs.durohub.com/advanced-topics/error-handling) guide
* Contact support at <developers@durohub.com>

{% hint style="info" %}
This documentation is continuously updated. Make sure to check back regularly for the latest information.
{% endhint %}


---

# 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.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.
