> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/error-logs/errors/platform/admin.md).

# Admin

The following are the errors that can occur while working with Admin:

| Error                                           | Description                                                                                                                                                                                                                                                                          | Solution                                                                                                                                                                                                                             |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| User Account Locked                             | The user account has been locked due to multiple unsuccessful login attempts with incorrect credentials. As a security measure, the user will be prevented from accessing Avo Assure until the account is unlocked.                                                                  | Only users with Admin privileges can unlock the account. Navigate to **Admin ab**> **Session Management**, locate the locked user account, and perform the unlock operation. The user can then log in again using valid credentials. |
| You Don't Have Privilege to Perform This Action | This error occurs when a user attempts to perform an action that is restricted by their assigned role. Users with **Quality Engineer** or **Quality Lead** roles may encounter this error when accessing features or administrative functions that require higher-level permissions. | Ensure the user is assigned the **Quality Manager** role or another role with the required privileges. If the action is business-critical, request an Admin to update the user's role and permissions before retrying the operation. |


---

# 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.avoautomation.com/avo-assure/error-logs/errors/platform/admin.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.
