# Registration & Login

TravelAgent operates on an **"Invite-Only"** model. All accounts must be activated via an invitation link issued by a system administrator, ensuring the security and exclusivity of the system's data.

## How to Activate an Account?

1. Please contact your team administrator to request an "Exclusive Invitation Link".
2. Click the link to be directed to the registration page.
3. Fill in your name and password, then click "Register and Login" to activate your account.

## Standard Login

After your account is activated, you can simply go to the website's homepage (e.g., `https://travelagent.yourdomain.com`) and enter your Email and password to log in.


---

# 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://letztek.gitbook.io/travelagent/docs/en/manual/getting-started.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.
