# Build your own Team

## Create a team

{% hint style="info" %}
Once a Team is established, your account will automatically become a Team account, and you can send invitations to UID or email addresses to become your team members. Your team members can view and use all of your endpoints.
{% endhint %}

<figure><img src="/files/P5vF1mUfEeHyqI76XFj5" alt=""><figcaption></figcaption></figure>

## Add member

Input BlockPI UID or an email address to invite your team member to join the team. <br>

<figure><img src="/files/wPUhhJ669AjKWPHddSGt" alt=""><figcaption></figcaption></figure>

Once an invitation is sent, there will be a pending member on the list. After the member accept the invitation in his email, the status will  be updated.&#x20;

<figure><img src="/files/tr7fkupJkONymzld95bW" alt=""><figcaption></figcaption></figure>

## Manage team

On the left, there will be a tab called 'Manage team.'

* &#x20;'Member info' allows you to view member information.
* &#x20;'Operation log' lets you see all members' operation records.
* The '+Add member' button adds team members.

<figure><img src="/files/J5XjG7bjuxIO7rIZwoVg" alt=""><figcaption></figcaption></figure>

At this point, in the Endpoint tab, you are viewing the team's endpoint list.&#x20;

Just like the team owner, you can see the newly added 'Manage team' tab on the left and use other team features. The only difference is that only the team owner can add or remove members, while team members can choose to leave the team.

<figure><img src="/files/4WvJfqdRLi7YSyAdAObR" alt=""><figcaption></figcaption></figure>

## Select login method

If you accept an team invitation, there will be multiple options at login. You can choose to log in to your personal account or the team.

<figure><img src="/files/kIcLr9cInBzeNbdW7jx1" alt=""><figcaption></figcaption></figure>


---

# 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://docs.blockpi.io/basic-tutorials/team-management/build-your-own-team.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.
