> For the complete documentation index, see [llms.txt](https://learn.heeler.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.heeler.com/tenant-admin-guide/access.md).

# Access

The **Access** tab is the home for everything user-related: who's in your tenant, how they authenticate, what API keys exist, and an immutable log of administrative actions.

### Where to find it

Open the **gear icon** in the top-right → **Access** tab.

URL: `https://app.heeler.com/administration/access`

### What's here

| Sub-section       | What it's for                                                                         |
| ----------------- | ------------------------------------------------------------------------------------- |
| Users             | Invite, edit, and deactivate users. View their role, last login, and MFA/SAML status. |
| API Keys          | Create and manage API keys for programmatic access.                                   |
| SAML Setup        | Configure SAML SSO with your identity provider (Okta, Entra ID, Google, Ping, etc.).  |
| SCIM Provisioning | Auto-provision and de-provision users from your IdP.                                  |
| Audit Log         | Immutable log of administrative actions in your tenant.                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://learn.heeler.com/tenant-admin-guide/access.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.
