> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-users/windows-agent/how-to-login-to-fenixpyre-windows-agent.md).

# How to login to FenixPyre Windows Agent

Follow these simple steps to sign in to your **FenixPyre** account:

{% stepper %}
{% step %}

### Click on "Sign-In"

* Click on the FenixPyre tray icon to open the **FenixPyre** sign-in page.
* Click on the **Sign-In** button.

<figure><img src="/files/VBP3US8XTiyoHHMv0vSq" alt="" width="370"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Enter Organization ID**

You will be prompted to enter your **Organization ID**. Input the ID provided by your organization.

<figure><img src="/files/LUZb10VreEh6cfgxSifL" alt="" width="370"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Continue with Email**

After entering the Organization ID, click on **Continue with Email** to proceed.

<figure><img src="/files/lpHggcPLxH4pDrLcIVl7" alt="" width="370"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Enter Your Email ID**

Next, enter the **email address** associated with your FenixPyre account.
{% endstep %}

{% step %}
**Verification Code**

A **verification code** will be sent to your email inbox. Check your email for the code.
{% endstep %}

{% step %}
**Enter the Verification Code**

Input the verification code you received in your email.

<figure><img src="/files/vFJOd4OKUQVUC63eJGN9" alt="" width="370"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Logged In**

Once the code is verified, you will be successfully logged into your **FenixPyre** account!

<figure><img src="/files/TOGjRpwGVM68QziwtJzT" alt="" width="370"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.fenixpyre.com/fenixpyre-for-users/windows-agent/how-to-login-to-fenixpyre-windows-agent.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.
