> For the complete documentation index, see [llms.txt](https://docs.airdev.co/functionality-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airdev.co/functionality-reference/grant-access-to-your-plaid-account.md).

# Grant access to your Plaid account

A Plaid account is needed to your users' access bank info in your Bubble app. This guide will show you how to set up your Plaid account for a new client and grant access to your Airdev developer so they can integrate your account with your app. If you already have a Plaid Account you can skip to step 4.

1. Visit <https://dashboard.plaid.com/signup> to create an account.
2. Fill out the form with your name, email address, and password.
3. Check your email for a confirmation link and click it to verify your account.
4. Log into your Plaid account. If you already have an account, create a new team using the dropdown in the top left
5. To add a team member, go to Team Settings, then Members, and add a "team member."
6. To get your API keys, go to Team Settings, then Keys.


---

# 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.airdev.co/functionality-reference/grant-access-to-your-plaid-account.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.
