> For the complete documentation index, see [llms.txt](https://newsleopard.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newsleopard.gitbook.io/help-center/features/system/5.md).

# 如何建立使用者？

電子豹平台最多可設定 10 位使用者登入操作。 只有**帳號管理者**（一開始註冊帳號的人）能夠設定使用者，新增、刪除特定使用者，須透過主管理者進行操作。

請點選後台介面右上頭像圖示，選擇「組織設定」，切換至「[使用者管理頁面](https://app.newsleopard.com/zh-TW/account/info/users)」後，即可「建立」、「刪除」使用者。建立新的使用者後，系統會寄送驗證信至該信箱。請點擊信件中的驗證連結，並設定密碼。

每一位使用者都需要通過雙重驗證登入，可設定 Email 驗證或以驗證器方式登入。

![建立使用者](https://4127314495-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvDTOR6r3x23iQ0fZfaN%2Fuploads%2Fgit-blob-23e98c75ad8b4504fce7eb1e57e6df4aed260d00%2Fsystem-5-1.png?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://newsleopard.gitbook.io/help-center/features/system/5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
