# H.A.T.E.O.A.S. & Resource Linking

Le "level 3" du modèle de maturité de Richardson *(ou Web Service Maturity Heuristic)* est souvent représenté par l’acronyme **H.A.T.E.O.A.S.** : **Hypermedia As The Engine Of Application State**.

```javascript
{
  "_links": {
    "self": {"href": "https://www.wishtack.com/posts/22222"},
    "blog": {"href": "https://www.wishtack.com/blogs/11111"},
    "comments": {"href": "https://www.wishtack.com/posts/22222/comments"}
  },
  "title": "H.A.T.E.O.A.S & Resource Linking"
  ...
}
```

### Affordances

{% embed url="<https://youtu.be/NK1Zb_5VxuM>" %}
Affordance
{% endembed %}


---

# 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://guide-api-rest.marmicode.fr/api-rest/h.a.t.e.o.a.s.-et-resource-linking.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.
