# 帳號註冊與登入

TravelAgent 採用 **私人邀請制**，所有的帳號都必須經過系統管理員核發邀請連結才能開通，藉此確保系統資料的安全與專屬性。

## 如何開通帳號？

1. 請聯絡您的團隊管理員索取「專屬邀請連結」。
2. 點擊連結後，您會被導向註冊頁面。
3. 填寫您的姓名與密碼，點擊「註冊並登入」即可開通帳號。

## 一般登入

開通帳號後，未來請直接前往網站首頁（如 `https://travelagent.yourdomain.com`）輸入您的 Email 與密碼進行登入。


---

# 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/zh/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.
