# Logging In

When you first log in to Orchard Accuserv you may be asked to activate 2FA. You will be presented with a QR code which you must scan with your preferred authenticator app (your IT department will advise on their preferred option).

Scan the barcode into your app. The site will be listed including the environment name, you will need to perform this process on each environment you wish to access such as "Test" or "Training". Each environment will appear in your Authenticator app.&#x20;

A code will be generated every 30 seconds. Enter the code into the box on the screen. If the code is correct, 2FA will be activated on your account and you will be logged in. If the code is incorrect, the screen will inform you and you can try entering the latest code shown on your authenticator app.&#x20;

Once 2FA is activated on your account all subsequent logins will require you to enter the current code shown on your authenticator app.

{% hint style="info" %}
You will not be able to log in to your account without this code, so it is important you do not lose access to the authenticator app.
{% endhint %}

> Added in version v1.4


---

# Agent Instructions: 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://docs.accuserv.cloud/logging-in.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.
