> For the complete documentation index, see [llms.txt](https://manot.gitbook.io/manot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manot.gitbook.io/manot/product-guide/installing-manot-and-initial-setup.md).

# Installing Manot and Initial Setup

Guide to installing Manot and setting up your token to authorize the Manot client.

### <mark style="background-color:purple;">Download and install the Manot package</mark>

```
!pip install -U  manot
```

### <mark style="background-color:purple;">Initializing Token and Authorizing the Manot Client</mark>

Upon signing up for Manot, you will receive a token for authorizing the Manot client. If you haven't received your token yet, please email us at <engineering@manot.ai>.

Once you have your token, you can authorize the Manot client by providing your token and pointing to the service URL.&#x20;

```
from manot import manotAI

manot = manotAI("manot_service_url", "token")
```
