# 编程架构

- [统一建模语言UML](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/uml.md)
- [看懂UML类图和时序图](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/uml/read_uml.md)
- [RESTful开发架构](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/restful.md)
- [RESTful简介](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/restful/introduce_restful.md)
- [理解RESTful架构](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/restful/think_restful.md)
- [RESTful认证和权限机制浅析](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture/restful/restful_authentication_and_permission.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://huataihuang.gitbook.io/cloud-atlas-draft/develop/architecture.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.
