# Account

## Overview

If the user is logged into the planet directly (i.e., without using SSO), then selecting the user icon (![](/files/R0DifPBkiKyfJebeB25k)) at the top right of the UI will display a menu, including an option for opening the **Account Details** page.&#x20;

This page displays the account details of the current user, allows configuration of MFA (multi-factor authentication), and provides keys for using the API. Its sections are described below.

## Account Details

The name, email address, phone number, and organization of the current user are shown here.

For most users, their account details on this page are read-only. Editing is available through the [Users Management](/console-walkthrough/system/users-management.md) page.

## User Authentication

This section provides for setup of MFA (multi-factor authentication). It contains a QR code that can be scanned, to obtain an OTP (one-time password) via Google Authenticator, Authy, or other authentication platforms.&#x20;

At the bottom of this section, there are links to authentication apps for iOS and Android.

{% hint style="info" %}
Sending OTPs via SMS is still supported on the login page. However, other forms of authentication are generally preferable, as they are more secure.
{% endhint %}

## API Keys

This section displays the current API Keys. Multiple keys can be defined.

{% hint style="info" %}
API keys are required when [directly accessing](/using-the-product/the-link11-waap-api/using-curl.md) the [Link11 WAAP API](/using-the-product/the-link11-waap-api.md). (When [using Swagger](/using-the-product/the-link11-waap-api/using-swagger-ui.md) to access the API, a key is provided automatically.)
{% endhint %}

To add a key, select **+ New**. Specify a title for the new key.

To revoke an existing key, hover the cursor over it and select the trash can icon.


---

# 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://waap.docs.link11.com/console-walkthrough/account.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.
