> For the complete documentation index, see [llms.txt](https://academy.cegedim.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.cegedim.cloud/storage/overdrive/overdrive-get-started.md).

# OverDrive - Get started

## **Creating a user** <a href="#overdrivehowtos-1-creatingauser" id="overdrivehowtos-1-creatingauser"></a>

First, connect to your **OverDrive** in the format: xxxxx.**mydrive.cegedim.cloud**

Then go to the top right corner, **Users**

Then click on **New user**

<figure><img src="/files/2u4aCvHAMIeRCS1qgajt" alt=""><figcaption></figcaption></figure>

Then simply fill in the following fields and click on Add a new user :

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

## **Adding/removing applications** <a href="#overdrivehowtos-2-adding-removingapplications" id="overdrivehowtos-2-adding-removingapplications"></a>

### **Activating a new application** <a href="#overdrivehowtos-2.1-activatinganewapplication" id="overdrivehowtos-2.1-activatinganewapplication"></a>

First, log on to your **OverDrive** in the format: xxxxx.**mydrive.cegedim.cloud**

Go to the top right corner, click on your initial and go to **Apps**.

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

Go to the **App bundles** tab to access the applications you can download and activate.

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

### **Deactivating an application** <a href="#overdrivehowtos-2.2deactivatinganapplication" id="overdrivehowtos-2.2deactivatinganapplication"></a>

Go to the **Your apps** tab to access the applications you can deactivate.

<figure><img src="/files/9GmXno7VyYu9KEnouruM" alt=""><figcaption></figcaption></figure>


---

# 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://academy.cegedim.cloud/storage/overdrive/overdrive-get-started.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.
