# Onboarding

After registration, the user is asked for a little more information to customize their experience with the platform. Once the user completes onboarding, the platform is ready.

The user can choose their objective as “**Learning**” or “**Teaching**” depending on which platform will be customized for them.

<figure><img src="https://lh6.googleusercontent.com/hV7szki_BA7-6UXsSAOl_Zcgqmc_IQZVhzZbCM5xDt6avvmvBInNvHwrOF9m6gzkw0cIOo-uNcIqpmjfYfKVJzcDKKULSweJPADWjMzbJby3ZouRhxh2uJGO9-oAw-eHHPFl-l8ZyxoR4Dto7dFFalA0BFhMy5oaTW6Et9DKbKbbXCqlpZjpwnqukA" alt=""><figcaption></figcaption></figure>


---

# 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://docs.edredo.com/getting-started/onboarding.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.
