# Onboarding Flow

### Create a New Project

To start a new project, click on at the top of your screen. This will take you to your **Projects**, showing you all the projects you have started or have been invited to.

### Project Info

On the first screen, fill out some relevant metadata for your project:

On the second screen, you'll be prompted to drop in a **Scope** document (or Statement of Work), which Junior will spend a minute parsing.&#x20;

This is a document that outlines the **key questions and activities** you've agreed with your client. It may also contain **background information** on the market or target you are researching. While you are not required to drop in a scope document, it does improve the quality and functionality of the tool: &#x20;

* Elements of the scope document are inserted into the context window of the AI prompts in the app, improving the **relevance of domain-specific language** that is generated.
* The hardest remaining problem for transcription models to solve is . In your use case, these will typically be names of competitors or technical terms relevant to the market you are researching. Junior will extract these from the Scope and do a better job of catching them when taking notes for you!
* We will use this information to help you generate a **brief for the Expert Networks**

###


---

# 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.myjunior.ai/starting-a-new-project/onboarding-flow.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.
