> For the complete documentation index, see [llms.txt](https://docs.nubrick.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubrick.app/other/invitation.md).

# アカウントの招待方法

## Step1：招待したいユーザーにSignupしてもらう

プロジェクトに招待したいユーザーがまだNubrickのアカウントを持っていない場合は、先にSignupからアカウントの作成をお願いします。

<https://dashboard.nubrick.app/signup>

## Step2：プロジェクト設定からアカウントを追加する

* 上部メニューバーにある"設定"をクリック
* 右側メニューからMembersを選択し、画面左上にある"メンバーを追加"をクリック
  * 表示されたモーダル上でSignupした際と同じメールアドレスを追加、もしくは招待URLをコピーし招待したいユーザーに送付してください

## Step3：メンバー追加

* プロジェクトでメールアドレスを追加した場合は、招待されたユーザーはログイン後の画面にログイン可能なプロジェクト一覧が表示されます
* 招待URLを送られた場合は、招待URLをクリックするとログイン後にプロジェクト一覧が表示されます


---

# 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:

```
GET https://docs.nubrick.app/other/invitation.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.
