# Getting started checklist

New here? Follow these steps to get up and running as quickly as possible.

{% stepper %}
{% step %}

#### Create your workspace

Your workspace is your home base. Give it your company or team name — you can change this later.
{% endstep %}

{% step %}

#### Invite your team

Head to **Settings → Members** and invite colleagues by email. Assign roles based on what they need to do: editors can create and edit content, reviewers can comment, and admins can manage settings.
{% endstep %}

{% step %}

#### Create your first project

Click **New project** from your workspace dashboard. Choose a template or start from scratch.
{% endstep %}

{% step %}

#### Add your content

Start writing pages, or import existing content from Markdown files, a URL, or a supported third-party platform.
{% endstep %}

{% step %}

#### Customise your site

Add your logo, set your brand colours, and configure your navigation under **Settings → Appearance**.
{% endstep %}

{% step %}

#### Publish

When you're ready, hit **Publish**. Your site will be live at your platform subdomain — or set up a custom domain to use your own.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Done all of the above? You're all set. Check out the rest of the help centre if you run into anything, or use the **Ask** button to chat with the assistant.
{% endhint %}


---

# 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://pro.cophieu79.vn/bao-cao-phan-tich/getting-started/getting-started-checklist.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.
