> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/system-admins/administration/company/users/troubleshooting/application-access-issue.md).

# Troubleshoot application access

Use Company to trace access from the user to a Security Group and then to the required App Permission.

## Confirm the user

1. Open the **Company App**.
2. Go to `Users`.
3. Find the affected user.
4. Confirm that login shows an active status.
5. Confirm that the user is active.

## Confirm Security Group membership

1. Open the user's clearance section.
2. Review the assigned Security Groups.
3. Identify the group expected to grant the missing access.
4. Add the approved group when missing.

## Confirm the App Permission

1. Go to `Users` > `App Permissions`.
2. Open the affected application.
3. Select the permission for the missing page or action.
4. Confirm that the expected Security Group appears under group access.
5. Confirm that the user appears under users with access.

Use the live App Permissions catalog instead of a copied list of permission IDs.

## Confirm facility access

Fulfillment and pickup applications can also require facility association.

1. Return to the user.
2. Review the assigned facilities.
3. Add the facility where the user needs to work.
4. Save the user.

## Retest

1. Ask the user to sign out.
2. Ask the user to sign in again.
3. Open the exact page or repeat the exact action.
4. Record the missing page or action when access still fails.

Contact support with the user ID, Security Group, App Permission, facility, and exact action. Keep the user's password out of the support request.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/system-admins/administration/company/users/troubleshooting/application-access-issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
