# Product Guide

## Create an Account

To begin your journey with PropulsionAI, follow these steps to create an account:

**Sign Up**: Visit our <https://app.propulsionhq.com/signup>. Fill in the required details to create your account.

**Default Team and Project**: Upon creating an account, you will be assigned a default team and a default project. These will serve as your starting points for managing your models and data.

## Projects Overview

Once your account is set up, you can manage your AI projects. From the Projects section, you have two main paths to follow:

{% content-ref url="/pages/gtbs0Uo3lkRMaIm246sL" %}
[Deploy an Open Source Model](/product-guide/deploy-an-open-source-model.md)
{% endcontent-ref %}

{% content-ref url="/pages/s8c9bUjkDoImY8SYbsa7" %}
[Train Your Own Model](/product-guide/train-your-own-model.md)
{% endcontent-ref %}


---

# 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.propulsionhq.com/product-guide/product-guide.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.
