> For the complete documentation index, see [llms.txt](https://support.8seats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.8seats.com/learning-and-guides/how-to-add-8ai-to-your-table.md).

# How to add 8AI to your Table

Meet your newest team member: 8AI. It's 8seats built-in conversational AI with all the power of ChatGPT, with extras. 8AI can summarise your Table and Room conversations, offer 8seats help, brainstorm concepts, collaborate on ideas and more.

### Video tutorial - How to add 8AI to your Table

In this quick tutorial, Tayla from 8seats walks you through how to invite 8AI to your Table and collaborate seamlessly to brainstorm, solve problems, and refine ideas.

{% embed url="<https://youtu.be/vW1pD0a6Apw?si=6opp-AmeOTwHfPN5>" %}
Watch the video guide to learn how to add 8AI to your Table in 8seats
{% endembed %}

### Step-by-step - How to add 8AI to your Table

1. Click the blue '+' button.
2. Select 'Add 8AI team members to my Table'
3. You can choose to add 8AI, Google Gemini or both.
4. Prompt 8AI by typing '@8 or @8AI' before your query. Prompt Google Gemini by typing @gemini before your query. (The AI's will only respond to prompts when their head is up)

{% hint style="info" %}
**Note:** 8AI is just like having another team member, they will take up a ‘slot’ on your Table. e.g. If you have 6 team members and add 8AI, it will count as having 7 members on that Table.
{% endhint %}

For more support or information, please get in touch with our team at <support@8seats.com> – we’re happy to assist you.


---

# 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://support.8seats.com/learning-and-guides/how-to-add-8ai-to-your-table.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.
