> For the complete documentation index, see [llms.txt](https://docs-conversational-ai.syntphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-conversational-ai.syntphony.com/messaging/login.md).

# Login

## First Access <a href="#first-access" id="first-access"></a>

Anytime a new user is registered, an email is sent to the registered email address with the credentials to access the platform. In this email you will find:

* Direct link of your Enterprise account
* Organization name
* User (the email address)
* Temporary password

To reset your password, click on the link provided in the email. This link is valid for a one-time use or for 24 hours before it expires. You can request a new link from this same page in any instance.

### Log into the Platform <a href="#log-into-the-platform" id="log-into-the-platform"></a>

After registration, go to the login page and enter your credentials, starting with your organization name, email, and password.

<figure><img src="/files/6LzDqtYkWqoM3JIGhWfD" alt="" width="358"><figcaption><p>Login page</p></figcaption></figure>

### Supported Browsers <a href="#supported-browsers" id="supported-browsers"></a>

For a better experience, we recommend using the latest versions of Google Chrome or Microsoft Edge. Internet Explorer and access via mobile devices are not supported.


---

# 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-conversational-ai.syntphony.com/messaging/login.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.
