> For the complete documentation index, see [llms.txt](https://help.clausebuddy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clausebuddy.com/logins.md).

# Logins

Most users will probably use only one login to ClauseBuddy. However, it may happen that multiple logins are useful in your situation.&#x20;

ClauseBuddy allows you to simultaneously subscribe to multiple libraries, and switch between them with the click of a button. Those libraries can even host different languages.&#x20;

Imagine, for example, that you are a corporate lawyer working at the Paris office of Smithers & Partners. You may have simultaneous access to:

* your own personal library (French)
* the library of the Corporate department in Paris (English & French)
* the library of the Employment department in Paris (French only)
* clauses published by an M\&A association you are affiliated with (French, German & Italian)

## Adding a subscription <a href="#adding_a_subscription" id="adding_a_subscription"></a>

You can add a new subscription at any time by clicking on the dropdown list in the top-right corner, and choosing *Add login*

<figure><img src="/files/zYQgszygYKVTlvMoaOI6" alt="" width="367"><figcaption></figcaption></figure>

Alternatively, you can add a new subscription by going to the *Logins* settings.

<figure><img src="/files/heAefZCzow3wyzPKUjNZ" alt="" width="274"><figcaption></figcaption></figure>

There you can manage your logins, i.e. removing existing logins and adding new ones as well.&#x20;

<figure><img src="/files/FilORcT6cVatDx4eaLgO" alt=""><figcaption></figcaption></figure>

## Switching between different logins <a href="#switching_between_subscriptions" id="switching_between_subscriptions"></a>

You can switch between logins by clicking on your current login's name in the top right corner.&#x20;

<figure><img src="/files/8xZSi6BgTCtVMy5bBVt8" alt=""><figcaption></figcaption></figure>

‍

## Login validity <a href="#subscription_validity" id="subscription_validity"></a>

Logins can have an expiry date. When a login has expired, ClauseBuddy will warn you that your access is blocked.

## Publishing your own library?  <a href="#publishing_your_own_library" id="publishing_your_own_library"></a>

Contact us if you are interested in publishing your own library, e.g. towards your clients if you are a law firm.


---

# 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://help.clausebuddy.com/logins.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.
