> For the complete documentation index, see [llms.txt](https://dework.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dework.gitbook.io/product-docs/guides-for-orgs/getting-started-on-dework.md).

# Getting started on Dework

### Create a project

Watched the demo video on our [docs home page](https://dework.gitbook.io/product-docs/) already? Get started with your own org right away!

![The website gives you a quick overview about Dework](/files/4dLKHKuPoqGCvfvN4Oq1)

**Step 1**: Visit the Dework app at <https://app.dework.xyz> and click `Connect` in the top-right corner

![Click Connect](/files/xMFwuAbofF5hyWeJmpaE)

**Step 2**: Create a profile on Dework using existing credentials with any of the options in the pop-up

{% hint style="info" %}
**Note**: We recommend using Discord as it will pull your profile name and avatar so others can recognise you easily
{% endhint %}

<figure><img src="/files/er2RKTY4CYHwl2iOKbbc" alt=""><figcaption><p>Many options to create a profile on Dework</p></figcaption></figure>

**Step 3**: Click  `Authorise`

![Discord authorisation is handy!](/files/sDUekcCG4H9aJmherAKQ)

**Step 4**: Once you have completed the onboarding flow you'll be presented with 3 options, select  `Setup your first DAO`  to start working with spaces & projects

{% hint style="info" %}
**Note**: You can always create a new organisation on Dework by clicking the  `+`  icon in the left menu bar that lists your orgs
{% endhint %}

![Select the first option to create your organisation on Dework](/files/WJjgf49eg97nIIwxtc8g)

**Step 5**: You'll then see a pop-up automatically appear where you can enter the name of your organisation

![Onboarding page with pop-up](/files/EQnSC8a1CBpVIc9KkmxC)

{% hint style="info" %}
**Note**: Once you have created your organisation you can also import from Trello, Notion or sync with GitHub by clicking  `Create Project`  on your org's  `Overview`  page
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dework.gitbook.io/product-docs/guides-for-orgs/getting-started-on-dework.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
