# Portal Setup

### Let's Continue.

{% stepper %}
{% step %}
**Open your browser** and go to [**https://ordino.ai**](https://ordino.ai). official page

On the homepage, click the **“Get Started Free”** button to begin the registration process.

<div align="left"><figure><img src="/files/co7mGgrmHclFcdVi0Apd" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Register as** either an <mark style="background-color:purple;">Individual</mark> or a <mark style="background-color:purple;">Corporate</mark> user

Fill out the registration form carefully without errors, or use the available **social login** options *(Google, GitHub)* for quicker access.

<div align="left"><figure><img src="/files/tetHuBZDnwrJBUyfaAeI" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Check your** **inbox** for a verification email from Ordino

The verification email contains temporary credentials that you can use to log in to the Ordino Portal for the first time.

<div align="left"><figure><img src="/files/Ld4P3g94Sksd5txVpkbO" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Redirect and Sign In** with Temporary Credentials

Enter the **temporary credentials** received in your email to access the Ordino Portal for the first time.

<div align="left"><figure><img src="/files/eD0KZmOBXDWz4PDgE2Eu" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Reset Password** and Access the Portal

After your first login, you will be prompted to **reset your password**.

<div align="left"><figure><img src="/files/BE0FaMVNf5As9dy52fqa" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Complete** the Onboarding Journey

During the onboarding journey, fill in your **basic details** as an **Individual** or a **Corporate** user.

<div align="left"><figure><img src="/files/CjBhfi7bj6W8bTxIYaRk" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Successfully proceed** to the Ordino Portal

After completing all required steps, proceed to the **Ordino Portal** and finish the **onboarding journey successfully**.

<div align="left"><figure><img src="/files/NIpivRHDRbS17MY91Ejb" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Build a new** pilot project or link an existing one

Choose the project type, connect it with your **CI pipeline**, and then **build and publish** it through the Ordino Portal

<div align="left"><figure><img src="/files/eDmpIB3Z6M7mFtOty8hb" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Link Project** with Default  team or Newly created one

Link your project with either a **default team** or a **newly created team** to manage collaboration and permissions effectively.

<div align="left"><figure><img src="/files/l9bwfEvjzcK22qbSV7cz" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Build Your C**I Pipeline Seamlessly

You can **build your CI pipeline seamlessly** by providing the required repository URL.

* If a pipeline is required, create a new repo and enter the **repo link**.
  * Ex :  `https://github.com/ORDINO-AI-LLC/ordino-xxx.git`
* If a pipeline is not required, simply provide a **project name**.

<div align="left"><figure><img src="/files/HgflCo3Lka5K4a0g8I3g" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/xW7evMN7AnE6EnlbvI53" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Complete Projec**t Onboarding Journey - [<mark style="background-color:purple;">**Next Step**</mark>](/ordino-ai/getting-started/installation/install-sdk.md)

Follow the **local setup instructions** and connect your project with the **Ordino Cloud Portal** to complete the onboarding process.

<div align="left"><figure><img src="/files/664e4WiAi7fhecleQagI" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://ordino-ai.gitbook.io/ordino-ai/getting-started/installation/portal-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
