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

# Onboarding

## Onboarding Process

To begin the onboarding process with LHV Connect, please follow these steps:

* **Initiate Contact**: Reach out to the LHV Connect support team at <connect@lhv.ee> or contact your client relationship manager directly.
* **Define Services**: Specify the services you plan to utilize and seek advice from our team as necessary.
* **Sandbox Environment Preparation**: Our support team will prepare a dedicated Sandbox test environment tailored to mirror your anticipated Live setup, including the list of services, account configuration, and other relevant details.
* **Receive Certificates and Instructions**: The support team will provide you with connection certificates exclusive to the test environment, along with comprehensive instructions.
* **Development and Testing**: You can now begin developing and testing your integrations within the Sandbox environment.
* **Transition to Live**: Once you are satisfied with your testing and ready to move forward, inform the support team and your relationship manager.
* **Finalize Connect Agreement**: Your relationship manager will finalize and sign the Connect agreement.
* **Live Certificate Generation**: The support team will guide you through generating your connection certificate for Live use (additional details: [Authentication and Certificates](/home/connect/fundamentals/lhv-certificates.md)).
* **Start Live Usage**: With the completion of these steps, you are ready to commence using the LHV Connect API in the Live environment.

  \
  This process ensures a smooth transition from initial contact to Live operation, providing support and guidance every step of the way.


---

# 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.lhv.com/home/connect/fundamentals/authentication.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.
