# Registering as a User

To gain access to the Travel Ledger platform for the first time, you'll need an invitation from an administrator. If you are an administrator seeking to create a new user, please refer to the [<mark style="color:purple;">**User Creation**</mark>](/companies-and-users/user-creation.md) page.

<details>

<summary><mark style="color:purple;">Step One:</mark> Email Registration Request</summary>

Once an admin generates your invitation, you will receive a registration request via email. If you don't find it in your main inbox, please check your junk or spam folder.

</details>

<details>

<summary><mark style="color:purple;">Step Two:</mark> Platform Registration</summary>

Follow the provided link in the email to start your registration on the platform. During this process, you will be asked to set a secure password. Once your password is confirmed, you'll gain access to the platform.

</details>

<details>

<summary><mark style="color:purple;">Step Three:</mark> Two-Factor Authentication (2FA)</summary>

Travel Ledger requires the use of Two-Factor Authentication (2FA) for added security when accessing the platform. For detailed instructions on completing the 2FA setup, please proceed to page, [<mark style="color:purple;">**'Two-Factor Authentication(2FA) Setup Guide'**</mark>](/registering-on-the-platform/2-factor-authentication-2fa.md).

</details>


---

# 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://help.travelledger.org/registering-on-the-platform/registering-as-a-user.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.
