> ## Documentation Index
> Fetch the complete documentation index at: https://infisical-groups-phase-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# User and Machine Identities

> Learn more about identities to interact with resources in Infisical.

To interact with secrets and resource with Infisical, it is important to undrestand the concept of identities.
Identities can be of two types:

* **People** (e.g., developers, platform engineers, administrators)
* **Machines** (e.g., machine entities for managing secrets in CI/CD pipelines, production applications, and more)

Both people and machines are able to utilize corresponding clients (e.g., Dashboard UI, CLI, SDKs, API, Kubernetes Operator) together with allowed authentication methods (e.g., email & password, SAML SSO, LDAP, OIDC, Universal Auth).

<CardGroup cols={2}>
  <Card href="./user-identities" title="People (User Identities)" icon="people" color="#000000">
    Learn more about the concept on user identities in Infisical.
  </Card>

  <Card title="Machine Identities" href="./machine-identities" icon="computer" color="#000000">
    Understand the concept of machine identities in Infisical.
  </Card>
</CardGroup>
