# Create Project

Creating a project is the first step in organizing your crypto trading bots and exchange accounts. Each project acts as a dedicated workspace that unites multiple exchange accounts around a specific task, such as a trading strategy or bot setup.&#x20;

Set up your first project in Origami Tech with these steps:

{% stepper %}
{% step %}

### **Open the project menu**

* Locate your profile icon in the top-left corner.
* Click the profile icon to open a dropdown menu.
* From the menu, select Add Project.

<figure><img src="/files/si2jEfZ5KnPvKHQAbuFZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can create multiple projects for different strategies, exchanges, or team workflows.
{% endhint %}
{% endstep %}

{% step %}

### **Fill in project details**

* You will see a form for creating a new project.
* Enter a Project Name. This should be unique to help you recognize the project.
* Click Create to finalize.

<figure><img src="/files/u6XfypG2iEitSgP9SY9A" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Your project is ready. Now you need to link your exchange to Origami Tech to start trading.

***


---

# 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.origami.tech/user-guide/quickstart.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.
