> For the complete documentation index, see [llms.txt](https://docs.unsub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unsub.org/troubleshooting/how-do-i-switch-between-university-accounts.md).

# How do I switch between University accounts?

You may have access to more than one Unsub university account, if, for example, you are a librarian at more than one institution, are consulting for multiple institutions, or your single institution has multiple accounts (as sometimes happens when a university has an account through a consortia and also a stand-alone account).

In this case, you may want to switch between institutions.

You can do this by going to the User menu in the upper right (icon looks like a profile picture) and then selecting "Your account":

![](https://unsub-a7e4b1f711ee.intercom-attachments-1.com/i/o/368948824/40b1ff929dbc38212e54a496/FXumz48.png)

From there you will see a page that lists the institution dashboards you have access to. Click the institution name to see its Unsub account:

![](https://unsub-a7e4b1f711ee.intercom-attachments-1.com/i/o/368948834/3f8a1f0f5a47912d51a9f118/cQFGBMF.png)

If you want to access a Consortium Unsub dashboard because you are on the management team of a Consortium then that will be listed under the "Consortia" tab above, rather than the "Institutions" tab.


---

# 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.unsub.org/troubleshooting/how-do-i-switch-between-university-accounts.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.
