> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/managing-profile/login-history.md).

# Login History

"Login History" would include information about each time you and Agent logged into your Picky Assist account, such as the date and time of the login, login status, role, Email, and log info where the login occurred. Search the login details by entering the Date , role, status, email, log info, IP.

**View Profile-**> **Login History**\
Login history : <https://pickyassist.com/alpha/profile/logs>

<figure><img src="https://lh7-us.googleusercontent.com/dkdlbsanKuEoasZxxfWV4RlOnSagfhpTNbtdeaVeOUaPjWKcqHJ7QzBjxZ97lXbuvH512tHRype5sks0n9k7OXiuiJbzlC_HUkfycDOvPV0qmxASpaahAlZYs8M4LVLD5uWyRZAmb7F9EoUXZkrGbUA" alt=""><figcaption></figcaption></figure>

**Date** : Login date & time.

**Status** : Login status (Pass or Fail)

**Role** : Admin or Agent&#x20;

**Email** : Mail id of the person who logged in.

**Log info** : If the login failed due to any invalid details such as username or password will be shown.

**IP** : In which IP the Admin or Agent tries to login to the Picky Assist account.<br>


---

# 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://help.pickyassist.com/setting-up-guide/managing-profile/login-history.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.
