# Description

The **Human-to-Machine (H2M) authentication model** ensures that all access to machines, applications, or services is traceable to an authenticated human subscriber.

* The **Human Identity Authentication Service** asserts the subscriber’s identity using internal authenticators or federated external authenticators.
* The **Machine Identity Service** binds the authenticated subscriber to a registered machine, device, or service account, and issues assertions to relying parties and service providers.
* This model guarantees that every machine action can be attributed to a specific, authenticated human subscriber.


---

# 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.simptel.com/machine-identity/human-2-machine/description.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.
