# Working with UML Diagrams

- [Class Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/class-diagram.md)
- [Package Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/package-diagram.md)
- [Composite Structure Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/composite-structure-diagram.md)
- [Object Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/object-diagram.md)
- [Component Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/component-diagram.md)
- [Deployment Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/deployment-diagram.md)
- [Use Case Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/use-case-diagram.md)
- [Sequence Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/sequence-diagram.md)
- [Communication Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/communication-diagram.md)
- [Timing Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/timing-diagram.md)
- [Interaction Overview Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/interaction-overview-diagram.md)
- [Statechart Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/statechart-diagram.md)
- [Activity Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/activity-diagram.md)
- [Information Flow Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/information-flow-diagram.md)
- [Profile Diagram](https://docs.staruml.io/master/working-with-uml-diagrams/profile-diagram.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.staruml.io/master/working-with-uml-diagrams.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.
