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

# Platform Registration

The link to access the platform is as follows: [solutions.jakarto.com](https://solutions.jakarto.com/)

**Log in** with your ID or **create your account**:

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-welcome/en/.gitbook/assets/Connexion%20Jakarto%20plateforme.png" alt=""><figcaption></figcaption></figure>

***

## To create your account

* From [the platform homepage](https://solutions.jakarto.com/), click on the link "Sign up here".

> For your initial registration, we strongly recommend using your professional email address. A confirmation email will be sent by our account management system to validate this address.

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-welcome/en/.gitbook/assets/Inscription%20Jakaro%20plateforme.png" alt=""><figcaption></figcaption></figure>

You are offered a 15-day trial period. We will link your account to your organization's account if your organization has already subscribed.

> Using your professional email address will allow the system to automatically link your account to your organization a few days after registration. This step contributes to a smoother integration within your structure and facilitates management at the organizational level.

* Once registered and logged in, you will have access to the platform.

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-welcome/en/.gitbook/assets/Image%20plateforme%20Jakarto.png" 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://docs.jakarto.com/welcome-page/en/inscription.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.
