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

# Account and team administration

Manage your account settings, plan, billing, organization members, roles, editors, and legal documents.

Use this section to manage your own account, the plan and billing of your subscription, and the people who work with you in Podigee.

## Your account

* [Manage your account settings](/documentation/connect-and-administer/account-and-team/manage-your-account-settings.md): language, VIP program, email address, password, and sign out.
* [Reset your password](/documentation/connect-and-administer/account-and-team/reset-your-password.md): request a reset link and set a new password.

## Plans and billing

* [Understand plans and what they include](/documentation/connect-and-administer/account-and-team/understand-plans-and-what-they-include.md): the allowances of each plan, the quota period, older plans, AI credits, and trials.
* [View your plan and usage](/documentation/connect-and-administer/account-and-team/view-your-plan-and-usage.md): the **Plan** and **Usage** tabs.
* [Upgrade your plan](/documentation/connect-and-administer/account-and-team/upgrade-your-plan.md): plan changes, the checkout from the free plan, and the business buying options.
* [Manage billing and invoices](/documentation/connect-and-administer/account-and-team/manage-billing-and-invoices.md): payment method, billing address, VAT number, purchase order number, and invoices.
* [Pause, cancel, or resume your subscription](/documentation/connect-and-administer/account-and-team/pause-cancel-or-resume-your-subscription.md).

## Your team

* [Invite and manage organization members](/documentation/connect-and-administer/account-and-team/invite-and-manage-organization-members.md): invitations, automatic join by email domain, the permission export, and member removal.
* [Set organization roles and permissions](/documentation/connect-and-administer/account-and-team/set-organization-roles-and-permissions.md): the **Owner**, **Admin**, and **Member** roles, organization permissions, and podcast permissions.
* [Invite editors to a podcast](/documentation/connect-and-administer/account-and-team/invite-editors-to-a-podcast.md): co-editors for one podcast.

## Legal documents and enterprise access

* [Download your data processing agreement](/documentation/connect-and-administer/account-and-team/download-your-data-processing-agreement.md): the signed agreement and the IT security sheet.
* [Understand single sign-on and partner accounts](/documentation/connect-and-administer/account-and-team/understand-single-sign-on-and-partner-accounts.md): company single sign-on and white-label partner platforms.

## Related sections

* [Start here](/documentation/start-here/start-here.md): create your account and sign in.
* [Integrations](/documentation/connect-and-administer/integrations.md): API keys, personal access tokens, and authorized applications.
* [Podigee for AI agents](/documentation/start-here/ai-agents.md): agent connections through the Model Context Protocol (MCP) and connector access.


---

# 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.podigee.com/documentation/connect-and-administer/account-and-team.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.
