# Creating a Project

Creating a project is the first step in transforming your idea into a structured, on-chain agreement. The CollabraChain AI agent is designed to make this process simple and transparent.

#### Step 1: Start a Conversation

In your Coinbase Wallet (or any XMTP-compatible client), create a new group chat. Add the wallet addresses or Basenames of all your collaborators and, most importantly, invite the **`@CollabraChain-AI`** agent to the chat.

#### Step 2: Describe Your Project

Clearly define your project's scope, budget, and milestones in a single message directed at the AI agent. The more detail you provide, the better the AI can structure the agreement.

> **Example Command:**
>
> ```
> @CollabraChain-AI, I want to create a new project.
>
> Project Name: Marketing Campaign Q3
> Collaborators: @anya.base, @ben.base
> Total Budget: 2500 USDC
>
> Milestones:
> 1. Strategy & Plan (500 USDC)
> 2. Ad Creatives & Copy (1000 USDC)
> 3. Campaign Launch & Monitoring (1000 USDC)
> ```

#### Step 3: Review the AI's Plan

The AI will parse your request, format it into a structured plan, and present it back to the group. This is a critical review step to ensure all details are correct before anything is committed to the blockchain.

> **🤖 AI Response:**
>
> ```
> New Project Proposal: "Marketing Campaign Q3"
>
> - **Total Budget:** 2500 USDC
> - **Collaborators:** @anya.base, @ben.base
>
> **Milestones:**
> 1. Strategy & Plan: 500 USDC
> 2. Ad Creatives & Copy: 1000 USDC
> 3. Campaign Launch & Monitoring: 1000 USDC
>
> Please review. All participants must type "Confirm Project" to proceed.
> ```

#### Step 4: Gain Consensus from All Parties

To move forward, every person in the chat (including you) must explicitly agree to the terms by sending the confirmation phrase. The AI will not proceed until it receives consensus from everyone involved.

Once confirmed, the project agreement is created. The next step is to secure the funds.

#### `[PAGE 3]`


---

# 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://collabrachain.gitbook.io/docs/for-project-creators/editor.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.
