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

# Team Settings

Your [Team Settings page](https://app.akk.io/team-settings) features your team information, including a team overview, members, and API keys. This page is accessible by clicking the “Settings” at the bottom left of the Akkio home page.&#x20;

Team creation and management, however, is located at the top left of the Akkio home page.

<figure><img src="/files/m9gHns5WMnlPZrRtjdTU" alt="" width="301"><figcaption></figcaption></figure>

Create one by simply clicking “Create Team” in the above dropdown and giving it a name.

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

Creating a team makes it easy to manage members and their roles. You can have multiple Teams at once.

### **General**

The rest of your Team Settings will be located in the Settings page. Accessed at the bottom left of the Akkio home page.

Change your current Team's name, Delete your Team, or override your Organization's White Labeling with a unique one for your Team. More details on [White Labeling](https://docs.akkio.com/akkio-docs/settings/organization-settings#white-labeling) under Organization Settings.

![](/files/oB5aziIGQohpdxDL9Qmn)

### **Members**

The Members section shows all the team members, including their names, emails, dates they joined, and role (owner, admin, or member).

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

One of the best ways to explore collaboration in Akkio is by inviting members to your organization and creating teams. You can do so simply by entering their email, and they’ll be added as soon as they accept the email invite.

<figure><img src="/files/hlWqL5CUeAmOtksVAI1g" alt="" width="377"><figcaption></figcaption></figure>

The person you invite will receive an email and the below prompt upon clicking “accept invite.”

<img src="https://lh3.googleusercontent.com/uMPwz2XGZvPXLo36lLkoq3h4KOAJILNq_uOn7mBtO281uH_7U3eyYu3IUbeFDoyL9atj1H8BghfdbHeCeCUtl-n6GZ9XV-zSj1Yo3FMIrqtMYOyyjKiUKJceb01Weq0Pqf_pNbAy" alt="" width="563">

As an Owner, you can remove a member at any time in this section or upgrade their role to “Admin” instead of “Member.”

<img src="https://lh5.googleusercontent.com/Kh7le5JpNjnRK4xHzWK7K2CR8FAVT6JPM_d-pH_qzrGSXu3Qsi6yHo-uPdxhI_wQxfVUbGNJj4pnn0KE4XAfWzi_zQX60Cg_vOgW1xjxOJlmHd--NsNdshI6BO_-cQRuEL2n7ywK" alt="" width="375">

For more details on the different Member roles, see our [Role Based Access Control](https://docs.akkio.com/akkio-docs/settings/role-based-access-control) page.

### **API Keys**

The API keys section gives the API key for the current team, which is used for the Akkio API. You can copy-and-paste this API key to authenticate any workflows or integrations that require it.

<img src="/files/8PEElhT4FhgwB6E349cW" alt="" width="462">


---

# 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://docs.akkio.com/akkio-docs/settings/team-settings.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.
