> 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/start-here/ai-agents/connect-and-authorize/switch-to-another-account-or-organization.md).

# Switch to another account or organization

Connect an AI client to another Podigee account without mixing account authority or data.

Create a separate authorization for another Podigee account or organization.

## Before you start

* Confirm that your Podigee user can access the other account.
* Decide whether the current connection must remain available.
* Preserve any active operation ID for the current account.

## Switch a hosted connector

1. Check the account used by the current connection.
2. Disconnect the connection when the application supports only one Podigee authorization at a time.
3. Start a new Podigee connection.
4. Sign in to Podigee.
5. Select or confirm the other account or organization.
6. Review the requested permissions.
7. Approve the connection.
8. Run a read-only account and podcast check.

If the AI application supports several named connections, keep one separately authorized connection for each account. Give each connection a clear account label.

## Switch a pdg profile

Create and select a named profile:

```sh
pdg auth login --profile second-account
pdg auth status --profile second-account
pdg auth use second-account
pdg me --json
```

The profile stores a separate tenant-bound credential. Do not copy one profile's token into another profile.

## Expected result

The new connection reports the intended account or organization and lists only podcasts inside that account boundary.

## If the old account still appears

Stop before any write. Confirm which profile or connector is active. Disconnect the stale connection or select the correct named profile, then run the read-only account check again.

## Next step

[Review and revoke connected clients](/documentation/start-here/ai-agents/connect-and-authorize/review-and-revoke-connected-clients.md) to remove any authorization that is no longer required.


---

# 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/start-here/ai-agents/connect-and-authorize/switch-to-another-account-or-organization.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.
